Re: [Twisted-Python] Problem fetching page with getPage

2010-01-02 Thread Andreas Kostyrka
Am Samstag, den 02.01.2010, 10:03 -0500 schrieb sstein...@gmail.com: > On Jan 2, 2010, at 9:34 AM, Terry Jones wrote: > > In any case, it looks like the problem is not in the setup of the request. > > Can anyone offer a reason why httplib might be able to fetch the page > > whereas getPage receives

Re: [Twisted-Python] twisted eat the memory

2008-12-15 Thread Andreas Kostyrka
Am Mon, 15 Dec 2008 20:31:39 +0300 schrieb "Muaaz Hussain" : > I wrote web application on twisted and my application read from ulogd > daemon and push the output to the client browser using AJAX .also I > have another application displaying ethernets traffic using AJAX. > but after some minutes t

Re: [Twisted-Python] Non-blocking http client?

2008-12-13 Thread Andreas Kostyrka
On Sat, Dec 13, 2008 at 10:08:43AM -0800, Erik Wickstrom wrote: > Hi all, > > I have an application that is doing some web spidering. Right now I'm > using urllib to retrieve the URLs, but it is painfully slow. I was > wondering if it's feasible to swap out urllib with a twisted client > that us