> Or you could try mod_python, which would be a natural considering the
> parser is in Python.

        mod_python wouldn't really help speed up or scale the parser much on
the web server side of things. It's generally best for pipelining handles
between the httpd process and the python binary itself.. neither of which
I'd be doing with the parser.

        I'm still exploring options that don't include 50 servers and load
balancing hardware in each.



[dd]

Reply via email to