Why not define the name of the files, so the same is used again after a restart?

 

For example in my (yaml) conf file:

cache:

    expires: 3600

    storage: /tmp/my-app_fastmmap_cache

session:

    # expire after 8 hours

    expires: 28800

    storage: /tmp/my-app_fastmmap_session

 

-Alex

 

From: John Goulah [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 4:49 PM
To: The elegant MVC web framework
Subject: [Catalyst] sharefiles on /tmp

 

The Catalyst standalone server seems to create this 5MB sharefile on /tmp every 
time the server is restarted.  This is a bit of a pain when there are many 
developers on one box, it can potentially fill up /tmp.  Is there a way to 
either  prevent this entirely,  or when stopping the server have it clear the 
sharefile? Whats the file for?  I suppose I could write a cron job to clear 
these out dailiy, but should I really have to do that? 


Thanks,
John

*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
T-Systems Austria GesmbH   Rennweg 97-99, 1030 Wien
Handelsgericht Wien, FN 79340b
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
Notice: This e-mail contains information that is confidential and may be 
privileged.
If you are not the intended recipient, please notify the sender and then delete 
this e-mail immediately.
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to