[symfony-users] Re: Cache files - deletion where?

2007-11-18 Thread Ian P. Christian
Haris Zukanović wrote: Can anyone tell me where in symfony cache files can be deleted? I am debugging the problem I am having with corrupted cache when using admin generator This thread seems to have died, despite it's importance :) can you create a ticket for this please?

[symfony-users] Re : [symfony-users] Re: Cache files - deletion where?

2007-11-18 Thread Loïc Vernet
This problem is very old ... i already had it on the 0.6.3 version ... - Message d'origine De : Ian P. Christian [EMAIL PROTECTED] À : symfony-users@googlegroups.com Envoyé le : Dimanche, 18 Novembre 2007, 15h51mn 15s Objet : [symfony-users] Re: Cache files - deletion where? Haris

[symfony-users] Re: Cache files - deletion where?

2007-11-13 Thread Ian P. Christian
Haris Zukanovic' wrote: I apologize, for not being precise.. I was refering to where inside the symfony code does symfony do the cache regeneration? I wish to trace these thing because I am having big problems with inconsistent cache fron time to time, rendering my symfony site unusable

[symfony-users] Re: Cache files - deletion where?

2007-11-13 Thread Haris Zukanovic'
No, not yet but I have so much problems with this that I am willing to invest hours in solving it.. I think it might be a race condition type problem, but I have difficulties in figuring jout how exactly it is solved in the first place. How is it ensured that files in cache get deleted in one

[symfony-users] Re: Cache files - deletion where?

2007-11-13 Thread Haris Zukanovic'
Hi Ian, Fabien.. I have found the bug regarding cache inconsistency using admin generator. Let's think together about the right solution as I really do not think I know enough about the internals of symfony. As I see it, it might just be a misconfiguration of cache when instantiated for

[symfony-users] Re: Cache files - deletion where?

2007-11-13 Thread Ian P. Christian
Haris Zukanovic' wrote: Hi Ian, Fabien.. I have found the bug regarding cache inconsistency using admin generator. Let's think together about the right solution as I really do not think I know enough about the internals of symfony. As I see it, it might just be a misconfiguration of cache

[symfony-users] Re: Cache files - deletion where?

2007-11-13 Thread Haris Zukanovic'
I am not sure about the rest of the system.. The keys to it's manifestation are that different files inside the cache are generated at different times and the automaticCleaningFactor + lifeTime options are used on the entire directory tree containing the admin-generated files. Whenever adding a