I'm using the multiprocessing module right now.
Mike
--
Michael P. Soulier
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein
signature.asc
D
d you recommend handling a SIGCHLD in twisted?
Many thanks,
Mike
--
Michael P. Soulier
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein
signature.asc
Description: Di
l try that, thanks.
Mike
--
Michael P. Soulier
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein
pgp9VsDTVIEMN.pgp
Description: PGP signature
___
Hi,
I noticed that when using twisted.internet.http and returning a Content-type
of application/json, the server responds with chunked transfer encoding.
I'm debugging a client problem and I'd like to turn chunked transfer encoding
off. Is this possible?
Thanks,
Mike
--
Michael
Callback(cb) is equivalent to d.addCallbacks(cb, passthru)
>
> d.addErrback(eb) is equivalent to d.addCallbacks(passthru, eb)
I think I understand now. I don't think it's adequately explained here
http://twistedmatrix.com/documents/current/core/howto/defer.html
but the diagram makes more se
not be called at all, since deferred processing will look
for the second callback at that point by the diagram.
So, right now I'm calling my own callback from the errback if I want to
swallow the error. Is there a better way?
Thanks,
Mike
--
Michael P. Soulier
"Any intelligent fool c
On 02/04/09 Cary Hull said:
> # Web clients
>
> # Web applications using just Twisted
>
> # Web applications using WSGI (Maybe show how to run Django)
# Web proxies, with and without authentication, with and without SSL
Mike
--
Michael P. Soulier
"Any intelligent