Search found 1 match
- Sat May 24, 2008 2:17 pm
- Forum: PHP - Code
- Topic: PHP5 + SOAP: Keeping connections alive?
- Replies: 1
- Views: 200
PHP5 + SOAP: Keeping connections alive?
Hello! I have a big problem: I built a PHP application which uses php5's built in SOAP. Several successive calls are issued to the same 'object', but this makes everything painfully slow. One SOAP call takes 1 - 5 seconds for processing. I found out the problem is that even though I'm using the setP...