Re: [Tutor] Low level socket and threading code in python in HUGEwebsites -

2006-08-22 Thread wesley chun
On 8/18/06, anil maran <[EMAIL PROTECTED]> wrote: > thanks alan it is very enlightening > can one of you guys who have experience building sites > such as yahoo mail and stuff, explain what parts of a > webserver needs to be multithreaded > > > > Because of the low-level socket and threading code >

Re: [Tutor] Low level socket and threading code in python in HUGEwebsites -

2006-08-18 Thread Kent Johnson
anil maran wrote: > thanks alan it is very enlightening > can one of you guys who have experience building sites > such as yahoo mail and stuff, explain what parts of a > webserver needs to be multithreaded Generally you need a thread or process for each HTTP request, otherwise you will process r

Re: [Tutor] Low level socket and threading code in python in HUGEwebsites -

2006-08-18 Thread anil maran
28M RAM, the server had 512M - and at the time > 128M RAM cost over $400 - 8x16M modules!) > > HTH, > > Alan G. > > - Original Message ----- > From: "anil maran" <[EMAIL PROTECTED]> > To: > Sent: Thursday, August 17, 2006 10:48 AM > Subject: [T

Re: [Tutor] Low level socket and threading code in python in HUGEwebsites -

2006-08-17 Thread Alan Gauld
om: "anil maran" <[EMAIL PROTECTED]> To: Sent: Thursday, August 17, 2006 10:48 AM Subject: [Tutor] Low level socket and threading code in python in HUGEwebsites - > What kind of low-level socket and threading code is necessary for a > db > intensive site such as y