[symfony-users] Re: Memory leaks symfony + doctrine

2009-08-07 Thread Marc
It's a common problem with PHP 5.3. Try to switch with 5.3 and it might magically solve your issues. Marc Le 7 août 09 à 10:43, Ken Golovin a écrit : Thomas, I know very well how to parse XML and load it into the DB However for this import I need all the business logic from the

[symfony-users] Re: Memory leaks symfony + doctrine

2009-08-07 Thread Ken Golovin
ok, got the hint, thanks! On Aug 7, 8:46 pm, Marc mweistr...@uneviemoinschere.com wrote: It's a common problem with PHP 5.3. Try to switch with 5.3 and it might magically solve your issues. Marc Le 7 août 09 à 10:43, KenGolovina écrit : Thomas, I know very well how to parse XML

[symfony-users] Re: Memory leaks symfony + doctrine

2009-08-06 Thread Fabian Lange
Jon can comment on Doctrine internals. As far as I can say: wow 50k objects. Try PHP 5.3 because it finally has a GC that not only uses reference counting. Fabian On Thu, Aug 6, 2009 at 1:56 PM, Ken Golovinken.golo...@gmail.com wrote: Hi, I am processing a large XML, the module I created

[symfony-users] Re: Memory leaks symfony + doctrine

2009-08-06 Thread Thomas Rabaix
ORM does not perform well with this kind of operation. You should use this lib http://fr.php.net/xml and raw SQL to import your data. On Thu, Aug 6, 2009 at 2:00 PM, Fabian Lange fabian.la...@symfony-project.com wrote: Jon can comment on Doctrine internals. As far as I can say: wow 50k