Re: Asyncore Medusa Example

2006-11-29 Thread Fredrik Lundh
Graeme Matthew wrote: > does anyone know where you can find examples of how to write a native > python webserver, I have looked at medusa and asyncore but there are no > real examples and the doco is very light medusa *is* a web server based on asyncore, so you should be able to use it more or

Re: Asyncore Medusa Example

2006-11-29 Thread Gabriel Genellina
At Wednesday 29/11/2006 07:23, Graeme Matthew wrote: does anyone know where you can find examples of how to write a native python webserver, I have looked at medusa and asyncore but there are no real examples and the doco is very light The Python standard library already comes with a native HT