[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Getting rid of tmp files

(Tim Smith)

1/24/2007 4:12:00 AM

Hi,

I have ruby running its little web server, ruby script/server
-<environment>

but I notice that it generates a ton of little files under tmp

e.g.

ruby_sess.0a1d5e8a75c64e2f

for every session I guess, how can I stop the creation of these files
which are chewing my disk.

thanks

1 Answer

Eric Hodel

1/24/2007 7:09:00 AM

0

On Jan 23, 2007, at 20:15, Timasmith wrote:

> Hi,
>
> I have ruby running its little web server, ruby script/server
> -<environment>
>
> but I notice that it generates a ton of little files under tmp
>
> e.g.
>
> ruby_sess.0a1d5e8a75c64e2f
>
> for every session I guess, how can I stop the creation of these files
> which are chewing my disk.

script/server is a railsism, so I'm presuming this is a Rails-related
question. You'll find the answer over on the Rails mailing list.

--
Eric Hodel - drbrain@segment7.net - http://blog.se...

I LIT YOUR GEM ON FIRE!