From: Igor S. <oz...@gr...> - 2000-08-28 16:03:13
|
-----Original Message----- From: Igor Stojanovski [mailto:oz...@gr...] Sent: Monday, August 28, 2000 10:59 AM To: Doug Semig Subject: RE: [Grub-develop] CRW The main disadvantage to the current version of CRW is servicing hundreds or more connections at the time. As a single thread is responsible for one connection, we need hundreds of threads to service the connections. The problem is not the overhead for creating/destroying the threads, but rather the burden on the kernel for maintaining/scheduling them. Even though CRW has a way of maintaining maximum number of threads running at a time, I would like our server to be pretty comfortable servicing hundreds of connections at the same time. Doug Semig wrote: > It's not all that complicated. I've done this stuff before. I'm more than > capable of whipping up a program like this if you want to see it. [ozra] Go ahead and write the program. We might implement it in grub. > I might have some code for reading a configuration file laying around, > too...I wonder if I can find that. Do you need something like that as well? [ozra] That would be excellent, too. Cheers, ozra. -------------------------------------------------------------- Igor Stojanovski Grub.Org Inc. Chief Technical Officer 5100 N. Brookline #830 Oklahoma City, OK 73112 oz...@gr... Voice: (405) 917-9894 http://www.grub.org Fax: (405) 848-5477 -------------------------------------------------------------- |