"Fredrik Lundh" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list
