[Cppcms-users] Heavy background processing
Brought to you by:
artyom-beilis
|
From: Petr J. <ele...@ex...> - 2013-05-03 03:22:14
|
Hi, I need to run a background process that does some heavy work, and needs to run asynchronously (from the moment main() is executed until it's stopped). So i've been reading about asynchronous applications(the chat example) but I read a thread on this mailing list suggesting that heavy processing applications shouldn't be run in the main event loop asynchronously. I'm also going to need to long-poll the background app because it will print details to a page about it's status. How should such background processing be run? Thanks, Petr -- Please use PGP to encrypt your email to ensure our privacy is respected. |