calhau69 has asked for the wisdom of the Perl Monks concerning the following question:

Hello,

At the presented I'm using SAOP::Lite to connect to a WebService running in JBOSS using the HTTP connector. I was triyng to improve the speed and connection and I would like to connect directly to JBOSS using AJP instead of HTTP.

Does anyone as a clue on how to do it?

Thank you!

Replies are listed 'Best First'.
Re: Perl SOAP and AJP
by Anonymous Monk on Mar 06, 2014 at 10:48 UTC

    Good luck with AJP ping ... I recommend Convert::Binary::C...

    I was triyng to improve the speed and connection and I would like to connect directly to JBOSS using AJP instead of HTTP.

    I doubt you'll notice/realize any speed gain :/

      Well. My objective is not to improve the speed but rather the performance. I notice the the application server that my app is consuming consumes much more CPU than another similar application server that is beieng used via AJP. I triyng to change the perl to AJP and see if the CPU consumption decreases.

      In reality my problem is not with the perl app but this one is the one that I know better and I can "play"

        Well. My objective is not to improve the speed but rather the performance.

        potato, tomato, nothing will change

        I triyng to change the perl to AJP and see if the CPU consumption decreases.

        I can practically guarantee that it wont

        See nytprof to figure out where the code eats the CPU, it won't be in the HTTP portion I guarantee it