Re: [Cppcms-users] non-greedy moint points
Brought to you by:
artyom-beilis
|
From: Marcel H. <ke...@co...> - 2013-07-14 22:59:00
|
On 15.07.2013 00:43, Petr Janda wrote: > Do you really need an asynchronous application? I WANT an rpc server in background ;) > Does WebAPI deviate from > the normal working scenario of request -> response ? > > I'm trying to understand your problem. > webAPI is a class, derived from cppcms::rpc::json_rpc_server, as mentioned before. There is no problem running both, sync and async apps, afaik, but my problem is the mount_point. In dispatching the order of "attach" is relevant, that means /webapi before / is legal and webapi will be called, mounts in appliation_pool does not follow this rule :/ |