Web Server

James Tanis jtanis at mdchs.org
Sun Jul 20 17:20:17 EDT 2008


"Fredrik Lundh" <fredrik at pythonware.com> wrote:

> there's also apache, of course, and a bunch of others, including several 
> Python solutions (more or less pre-packaged).  but the "open up" part 
> still sounds a bit risky.  maybe you could turn things around, and let 
> the application "push" data to your server instead?

Either way requires an open port, otherwise there's no way to negotiate new
clients. If your in a closed environment that's not a concern, you could
just define what clients to push to and when, but it sounds like he wants
something a bit more dynamic.

--
James Tanis
Technical Coordinator
Monsignor Donovan Catholic High School
e: jtanis at mdchs.org





More information about the Python-list mailing list