[Twisted-Python] Twisted and mod_python?

Itamar Shtull-Trauring itamar at itamarst.org
Tue Nov 11 20:30:01 MST 2003


On Tue, 11 Nov 2003 16:31:54 +0100
"Patrik Blommaskog" <pb_twisted at olga.mine.nu> wrote:

> I am wondering about the feasibility of using mod_python in an Apache
> server to make PB requests to a Twisted application.

You'd need to start the Twisted event loop up on each HTTP request.
Or... kinda. It's possible anyway, but you'll need to investigate
mod_python's interpreter lifetime model.

-- 
Itamar Shtull-Trauring    http://itamarst.org/
Available for Python & Twisted consulting




More information about the Twisted-Python mailing list