Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: generate XML command front to package

by jorg (Friar)
on Sep 02, 2003 at 10:15 UTC ( [id://288278]=note: print w/replies, xml ) Need Help??


in reply to Re: generate XML command front to package
in thread generate XML command front to package

well soap is one way of doing this ofcourse but consider the following

->java XML frontend accessing perl backend (high load).

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.

Jorg

"Do or do not, there is no try" -- Yoda
  • Comment on Re: Re: generate XML command front to package

Replies are listed 'Best First'.
Re: Re: Re: generate XML command front to package
by Anonymous Monk on Sep 02, 2003 at 10:26 UTC
    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.
      correct, my script would be mod_perl'ed ofcourse.

      Jorg

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://288278]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-26 04:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found