Re: [Cppcms-users] 100% cpu usage
Brought to you by:
artyom-beilis
|
From: Petr J. <ele...@ex...> - 2013-07-28 22:10:46
|
Is this happening in your async app? I experienced something similar, but I only just started writing an async app. Connection c(release_context()) set.insert(c); Connection class contains booster::shared_ptr<cppcms::http::context> as a member. I've opened up browser and went to the URL that runs the above code, got a white screen (which i suspect is expected). I'm using clang, and have c++11 enabled. After about 10 seconds, the CPU usage climbed to 100%. I haven't yet been really bothered by it yet (only just started designing the app, doing some tests). Will see when I get back to writing code. On 27/07/2013 8:18 AM, Marcel Hellwig wrote: > Hi Artyom, > > Sometimes cppcms gets 100% cpu load. I don't know what triggers this > behavoir and I don't know how to invegstigate that problem. > Maybe you can tell me, what to do, to make a bug report for this. > For now I made a perf record and attached it (about 10s of record). > I hope you can open it :/ > > Regards > > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > -- Please use PGP to encrypt your email to ensure our privacy is respected. |