I had a feeling it was something along those lines, since I wasn't getting any errors. I guess I'll just do some benchmarking to make sure that it's performing up to expectations.
Thanks for the reply, - Aaron On Tue, 2003-11-04 at 13:20, Hancock, David (DHANCOCK) wrote: > I have heard that RH 9.0 has a new improved threading model, so it's likely > that you've really got the right number of threads running, but they're > running in a single process (as they should). Earlier OS releases use > "lightweight processes" for the threads. Those processes are sharing > resources like threads do, and don't seem to take up the memory that they > report (rather, they're all using the same memory). > > This information is completely unverified! The latest OS release I have is > 8.0, and most of our stuff runs on 7.3. > > I hope this helps. > > Cheers! > -- > David Hancock | [EMAIL PROTECTED] | 410-266-4384 > > > -----Original Message----- > From: Aaron Switzer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 04, 2003 12:28 PM > To: [EMAIL PROTECTED] > Subject: [Webware-discuss] Server not threading > > > I have just installed Webware on a new redhat 9.0 install and everything > seems to be working well, but when I do a "ps -ef" I notice that only > one thread is being created. I have checked the config files and it's > set to create a minimum of 5 threads and the startup message says > "Creating 10 threads...", but they don't show up under ps. > > I checked to make sure that the python installation is multi-threaded, > by doing an "import thread". No errors are being reported anywhere, so > I'm kinda at a loss as to why the threads aren't being created. > > Anyone have any ideas? > > - Aaron > > > P.S. Lovin' the Webware! Keep up the great work! > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Webware-discuss mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-discuss > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
