Hi All-

I've developed an application using Symfony which is handling 
information which I'm retrieving from a SOAP service.  I've had no 
trouble with grabbing a single record, but I just wrote a batch script 
to pull all (~20 000) records which are accessible via the SOAP service. 
  I was planning on running this script nightly.

Unfortunately, PHP isn't handling it all that well.  I realize that it's 
a lot of records to pull in one process, and I know PHP is notorious for 
leaking memory.  Perhaps someone could offer some wisdom on this little 
problem though.

I'm unset()'ing my Symfony objects after they get saved to the database, 
which I had hoped would minimize the leak, but it didn't really help. Is 
there a way to reclaim the memory that symfony objects allocate?

The SOAP service pages the data for me - the simplest solution I have is 
to grab a single page each time I run the script, and then run it 
several times.  But it seems less than ideal to run one script many times.

Thanks!

-Dibson Hoffweiler

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to