From: Doug S. <dou...@se...> - 2000-08-27 09:42:11
|
An interesting quote from the Linux Threads FAQ ( http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html ): ...you'd better restructure your application so that it doesn't need more than, say, 100 threads. For instance, in the case of a multithreaded server, instead of creating a new thread for each connection, maintain a fixed-size pool of worker threads that pick incoming connection requests from a queue. --The Linux Threads FAQ, Question D.10 By the way, I'm mainly posting this to see how long it takes the message to get delivered through the list. But I thought it should be on topic instead of a "Test--Please Ignore" kind of post. Doug |