Re: [Cppcms-users] Plugins and templates
Brought to you by:
artyom-beilis
|
From: Artyom <art...@ya...> - 2010-08-19 11:48:50
|
> nothing to repeat, at offset 0
>
> "This loop completed." is not printed anymore, the program terminates.
This looks like issue in your regular expression. It is PCRE error.
Also note, when you mount application by a pointer, it is mounted as
asynchronous
application. You need a factory to mount generic application that would be
created per request.
Artyom
|