Re: favicon.ico problem

2010-08-11 Thread Gabriel Genellina
En Tue, 10 Aug 2010 01:32:49 -0300, Navkirat Singh escribió: I am having this strange problem. I have programmed a very basic multiprocessing webserver using low level sockets. Each time the server receives a request it spawns a new process to handle the request. Now when through a web b

Re: favicon.ico problem

2010-08-09 Thread Navkirat Singh
On 10-Aug-2010, at 10:57 AM, Xia, Zhen wrote: > On Tue, 10 Aug 2010 10:02:49 +0530 > Navkirat Singh wrote: > >> Hi guys, >> >> I am having this strange problem. I have programmed a very basic >> multiprocessing webserver using low level sockets. Each time the server >> receives a request it

Re: favicon.ico problem

2010-08-09 Thread Xia, Zhen
On Tue, 10 Aug 2010 10:02:49 +0530 Navkirat Singh wrote: > Hi guys, > > I am having this strange problem. I have programmed a very basic > multiprocessing webserver using low level sockets. Each time the server > receives a request it spawns a new process to handle the request. Now when > thr

Re: [Python] favicon.ico problem

2010-08-09 Thread Chris Gonnerman
On 08/09/2010 11:32 PM, Navkirat Singh wrote: I am having this strange problem. I have programmed a very basic multiprocessing webserver using low level sockets. Each time the server receives a request it spawns a new process to handle the request. Now when through a web browser I type http://

Re: favicon.ico problem

2010-08-09 Thread Ned Deily
In article <9f21f146-a43a-4108-962b-4dfa14e43...@gmail.com>, Navkirat Singh wrote: > I am having this strange problem. I have programmed a very basic > multiprocessing webserver using low level sockets. Each time the server > receives a request it spawns a new process to handle the request. Now

favicon.ico problem

2010-08-09 Thread Navkirat Singh
Hi guys, I am having this strange problem. I have programmed a very basic multiprocessing webserver using low level sockets. Each time the server receives a request it spawns a new process to handle the request. Now when through a web browser I type http://localhost:8001/ it automatically creat