hello I am totally new to axkit. lets say, I have 25 web servers for customers all pages are generated dynamically. we want to switch to something with XML/XSLT.
the xml files will come dynamically out from some middleware then I have XSLT stylesheets which transfrom the XML files into html. the performance bottleneck of this is the XSLT transformation. one idea is to write an apache module which handles the transformation in C. this is obviously very fast, but also very ugly to write and to maintain. it should also be possible to write XSTL extensions. now my question. can this be done also with axkit?? how fast do you think would be an axkit solution compared to the apache xslt module (using libxslt from xmlsoft.org)? in the end we will have more than 30 web servers with very, very high traffic. axkit seems to be great and I really would like to know if this is an option here. but I am sure that some will argue due to the fact that some of axkit is written in perl, it will be very slow. so I need some arguments against this. any hints are welcome. markus ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
