Re: Keep-Alive and ConnCache

2002-11-21 Thread Keary Suska
on 11/20/02 4:05 AM, [EMAIL PROTECTED] purportedly said: > I am developing a kind of spider which download pages and all objects in > that. So I am trying to keep the socket open to download all objects > (images,...) and after that close it. > > I know the LWP::ConnCache way, but it's experiment

Keep-Alive and ConnCache

2002-11-20 Thread andres finlandes
Hi all I am developing a kind of spider which download pages and all objects in that. So I am trying to keep the socket open to download all objects (images,...) and after that close it. I know the LWP::ConnCache way, but it's experimental so I don't know if it's a good option. Is it the