in reply to Re: Re: generate XML command front to package
in thread generate XML command front to package
Soap wouldn't give me the scalability i need, by using perl in a cgi environment i can piggyback on top of apache for performanceThat is wrong. The only way apache/perl can give your high performance is through mod_perl, especially when using XML:: modules to parse xml properly. You're needlessly reinventing a wheel called SOAP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: generate XML command front to package
by jorg (Friar) on Sep 02, 2003 at 11:26 UTC |