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 performance
That 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.
  • Comment on Re: Re: Re: generate XML command front to package

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
    correct, my script would be mod_perl'ed ofcourse.

    Jorg

    "Do or do not, there is no try" -- Yoda