[Catalyst] Finding the memory leaks in a Cat app

2010-08-13 Thread Octavian Rasnita
', 'MyApp', 'Server') called at script/myapp_server.pl line 8 -- Octavian __ Information from ESET NOD32 Antivirus, version of virus signature database 5363 (20100813) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

Re: [Catalyst] Catalyst handling big files?

2010-08-13 Thread Tomas Doran
On 13 Aug 2010, at 12:22, Alex Povolotsky wrote: I'm working on processing relatively big (10+Mb) XML files, and it seems to me that Catalyst is taking an awful lot of time on some internal processing before call to handler, using surprisingly 200 MBs of RAM (about 40 MBs before request)

Re: [Catalyst] Finding the memory leaks in a Cat app

2010-08-13 Thread Tomas Doran
On 13 Aug 2010, at 12:11, Octavian Rasnita wrote: I have a Catalyst application that occupies 180 MB of RAM if it uses the internal development server. It occupies more than 1 GB of RAM if it uses Apache/mod_perl. I don't believe that. But never mind.. Even though it is very much, it

Re: [Catalyst] Problem with prefetch DBIX::Class

2010-08-13 Thread Marc Perez
Hi, Do you thinks is there another possibility to find a solution o test other aspects to solve this? Thanks very much Marc On Thu, Aug 12, 2010 at 9:04 AM, Marc Perez markkus...@gmail.com wrote: Hi, Thanks for your reply. Is not __PACKAGE__-load_components(Core) adding the functionality of

Re: [Catalyst] Problem with prefetch DBIX::Class

2010-08-13 Thread J. Shirley
On Fri, Aug 13, 2010 at 4:51 AM, Marc Perez markkus...@gmail.com wrote: Hi, Do you thinks is there another possibility to find a solution o test other aspects to solve this? Thanks very much Marc First, there's a DBIx::Class mailing list for DBIC questions, which this is. It has nothing

Re: [Catalyst] Problem with prefetch DBIX::Class

2010-08-13 Thread Marc Perez
Hi Jay, Ok, sorry, I will write next time to the DBIX list. You were right, I was calling name() on a resultset, I had to call first()-name() and works. Thanks very much Marc ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Problem with prefetch DBIX::Class

2010-08-13 Thread Tomas Doran
On 13 Aug 2010, at 15:43, Marc Perez wrote: Hi Jay, Ok, sorry, I will write next time to the DBIX list. DBIX is a namespace which contains many projects. You mean DBIx::Class, or DBIC for short. Cheers t0m ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Problem with prefetch DBIX::Class

2010-08-13 Thread Marc Perez
Hi, Yes, I mean DBIX::Class. I've already subscribed to the list. Thanks Marc On Fri, Aug 13, 2010 at 4:53 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 13 Aug 2010, at 15:43, Marc Perez wrote: Hi Jay, Ok, sorry, I will write next time to the DBIX list. DBIX is a namespace which