Conrad Steenberg
conrad at hep.caltech.edu
Thu Jan 27 11:33:35 EST 2005
Hi Marco Btw, it is highly recommended that you also look at py-xmlrpc as well if you have the ability to install your own modules on the server. - It is very fast, using it's own C-based parsing engine. - Corollary to the bove: it doesn't need expat. In fact it has no external dependencies. - It uses its own http library if you want to use it as a client FWIW, I've been using py-xmlrpc with mod_python for about 3 years on a number of production servers with no problems. Cheers Conrad On Wed, 2005-01-26 at 21:14 -0200, Marco Catunda wrote: > I haven't been able to use xmlrpclib with mod_python. > When I import xmlrpclib the apache server crash (segmentation fault), > the following code will be show it. > > ===================================== > from mod_python import apache > import xmlrpclib > > def handler( req ): > req.write("Hello World!") > return apache.OK > ===================================== > > My system: > RedHat ES 3 > Apache 2.0.52 > Python 2.4 > > Is there a way to fix it? > > Thanks > -- > Marco Catunda > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python -- Conrad Steenberg <conrad at hep.caltech.edu> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2531 bytes Desc: not available Url : http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20050127/7b7ca5c9/smime.bin
|