Re: [Cppcms-users] feedback after testing cppcms svn trunk compiled with msvc2005
Brought to you by:
artyom-beilis
From: Cristian O. <one...@gm...> - 2011-01-21 15:14:48
|
On Fri, Jan 21, 2011 at 4:51 PM, Artyom <art...@ya...> wrote: > > >> > - Apache/win32 shutdown support added as well, pleas check this. >> >> Thanks, it looks much better that way but it still needs a fix. After >> the scope is left the objects are destroyed thus causing a crash (see >> the attached patch for one possible solution). >> > > I've committed the fix. > Please update and check if it works. > > Note: you need to revert that "static" fix src/service.cpp in order to make > sure that the fix I've committed works. Thanks, your fix works the application is stopping as expected when the server is stopping. Regards, Cristian |