Hey Gaetano, 2011/2/15 Gaetano Mendola <[email protected]>: > Hi guys, > threads launched by a Wt application have a lower priority than normal > threads ?
That should not be the case (they are launched using new boost::thread()). But, in git there is now a method: WAbstractServer::initializeThread() which is called by a new thread when it has been created. You could reimplement this method in a specialized WServer to configure the newly created thread as you wish. This method is currently only called from the wthttp connector. Support for fcgi and isapi still needs to be implemented. Regards, koen ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
