From: Stephen D. <sd...@gm...> - 2005-04-07 23:39:54
|
On Apr 7, 2005 6:35 AM, Vlad Seryakov <vl...@cr...> wrote: > i know about ns_job but never used it and never seen any examples how to > use it, it might be the solution, might be not It implements a thread pool, so if you're concerned about the costs of constantly creating new threads to perform work, I think this is what you're looking for. There are a set of tests for ns_job that need modernized and added to our test suite. This might be a source of good examples: http://cvs.sourceforge.net/viewcvs.py/aolserver/aolserver/tests/api/ns_job.adp?rev=1.5&view=markup |