Re: Webserver balance load

2007-03-06 Thread sjpiii
"Johny" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Can anyone suggest a way how to balance load on Apache server where I
> have Python scripts running?
> For example I have 3 webservers( Apache servers) and I would like to
> sent user's request to one of the three server depending on a load on
> the server.
> Thank you .
> L.
>
I believe you can do this with mod_proxy and mod_proxy_balancer within
apache itself.  I have not tried it, but the documentation is here:
http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html

Jp 


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python object to xml biding

2007-02-26 Thread sjpiii
"raf" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi there,
>
>
> I'm looking for a python to XSD/xml biding library to easy handling
> this very large protocol spec I need to tackle. I've searched google
> quite extensibly and I haven't found anything that properly fits the
> bill... I'm mostly interested at the xml -> python and python->xml
> marshalling/unmarshalling much like jaxb for java.
>
> Any ideas?
>
Try the bindery component of the Amara XML Toolkit
(http://mail.python.org/pipermail/xml-sig/2005-October/011234.html).
 At the time of this writing the project homepage says it is temporarily 
unavailable,
but it's available from the Cheeseshop:
http://cheeseshop.python.org/pypi/Amara/ 


-- 
http://mail.python.org/mailman/listinfo/python-list