[Twisted-Python] Scaling problem
Nathan Seven
scosol at yahoo.com
Tue Nov 4 17:21:46 MST 2003
--- Itamar Shtull-Trauring <itamar at itamarst.org>
wrote:
>
> What does this expensive function do? If it's
> standalone, involves heavy
> computation, or blocking resources, running it in a
> thread pool should
> allow you to improve latency. In cases where it goes
> into C code, it
> should also improve performance as it should release
> the GIL when doing
> that.
Am I severely confused here?
The entire point of Twisted (to me anyway) seems to be
to provide non-blocking interfaces to long-running
and/or blocking resources.
I thought that was the whole point of it being
event-driven.
????????
=====
--
live- http://www.thedenofsin.org/
to- AIM: IMFDUP
_-jupiter accepts your offer-_
More information about the Twisted-Python
mailing list