[ZODB-Dev] zeo 2: asyncore?

Toby Dickenson tdickenson@geminidataloggers.com
Thu, 5 Sep 2002 15:22:43 +0100


On Thursday 05 Sep 2002 3:08 pm, Toby Dickenson wrote:
> On Thursday 05 Sep 2002 4:47 am, Mark McEahern wrote:
> > but then when I go to access them in the browser,
> > it times out.
>
> browser proxy settings?
>
> try it with telnet:
>
> echo -e "GET / HTTP/1.0\n\n" | telnet localhost 5080


eeek, no. dont try that. try this:

(echo -e "GET / HTTP/1.0\n\n";sleep 5) | telnet localhost 5080