On Feb 22, 1:07 am, ProFire <profir...@hotmail.com> wrote:
> I use a single http request.

Why are you using a http request at all?

I'd suggest:

* use the cli - a month long http request? you're just asking for
trouble
* write your process such that it's restartable
* daemonize it - a manager process that doesn't do anything except
restart your worker process if/when it stops.
* OR more generally use a queue system (job x registers jobs x1, x2,
x3 ... before it ends)

Ryan's guess about the query logging is probably a good place to look
(look in dbo_source for cacheMethod), but it doesn't warrant any
action from the team - " CakePHP might want to reconsider that
assumption" - the assumption that php/http requests are being used as
designed? Come on, which side of the 80/20 rule are batch processes in
cake which last longer than a few hours? How hard is it to identify
these memory "leaks" and eliminate them?

hth,

AD

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to