Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Soap calls using multithreading running out of memory

by bsshetty17 (Acolyte)
on Feb 14, 2017 at 14:23 UTC ( [id://1181972]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Soap calls using multithreading running out of memory
in thread Soap calls using multithreading running out of memory

Some more info on this....

I am running perl program with Threads and which uses Soap::Lite also. This is running good in my windows 7(perl 5, version 24, subversion 0 (v5.24.0) built for MSWin32-x64-multi-thread) strawberry perl. While I run the same program in my DEV( HP-UX XXXXXXXX B.11.31 U ia64 2666145408 unlimited-user license ) environment( perl, v5.8.8 built for IA64.ARCHREV_0-thread-multi ) It is throwing "Memory fault(coredump)" Did anyone face similar situation / Do anyone have any suggetion to resolve this?

Replies are listed 'Best First'.
Re^4: Soap calls using multithreading running out of memory
by marto (Cardinal) on Feb 14, 2017 at 14:32 UTC

    5.8.8. is over 10 years old, your dev and production platforms are very different. Are you running the same version of SOAP::Lite and it's dependency trees (their dependencies etc)? I suspect that this will be very different. You were told that SSL modules aren't thread safe. My suggestion would be to try and isolate the problem. Ensure your dev environment is the same (or as close as possible) to production, otherwise you'll spend a lot of time developing something that need to be completely retested on the production platform which may look nothing like the one you built it for, you'll waste a lot of time chasing bugs in differences in the stacks.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-29 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found