Re: Memory problem with Python

2007-06-18 Thread Josiah Carlson
Squzer Crawler wrote: > On Jun 18, 11:06 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> On Jun 17, 8:51 pm, Squzer Crawler <[EMAIL PROTECTED]> wrote: >> >>> i am developing distributed environment in my college using Python. I >>> am using therads in client for downloading wepages. Even thou

Re: Memory problem with Python

2007-06-17 Thread Squzer Crawler
On Jun 18, 11:06 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Jun 17, 8:51 pm, Squzer Crawler <[EMAIL PROTECTED]> wrote: > > > i am developing distributed environment in my college using Python. I > > am using therads in client for downloading wepages. Even though i am > > reusing the th

Re: Memory problem with Python

2007-06-17 Thread [EMAIL PROTECTED]
On Jun 17, 8:51 pm, Squzer Crawler <[EMAIL PROTECTED]> wrote: > i am developing distributed environment in my college using Python. I > am using therads in client for downloading wepages. Even though i am > reusing the thread, memory usage get increased. I don know why.? I am > using BerkelyDB for

Memory problem with Python

2007-06-17 Thread Squzer Crawler
i am developing distributed environment in my college using Python. I am using therads in client for downloading wepages. Even though i am reusing the thread, memory usage get increased. I don know why.? I am using BerkelyDB for URLQueue, BeautifulShop for Parsing the webpages. Any idea of redus