bsshetty17 has asked for the wisdom of the Perl Monks concerning the following question:
I have requirement to process a file using multi threading. I have implemented it using threads and queues. I Also use soap calls using soap::Lite.
Multi threading works as expected without soap. When I implement it with soap call, The script dies out with "Memory fault(coredump)" error. However when I do this with thread count = 1 or single thread, the program works as expected. Please suggest a possible fix for this if anyone experienced this earlier.Thanks.
|
|---|