From: Lothar Scholz Date: 2004-11-24T11:39:10+09:00 Subject: Re: [Ann] Checkpointing Ruby applications (DragonFlyBSD only) Hello Michael, MN> Checkpoint.checkpoint('dump') do MN> # setup sockets on resume MN> $conn = TCPServer.open('localhost', 9999) MN> end MN> If you resume from "dump" (type 'checkpt -r dump' on command line, or MN> 'ruby -r checkpoint -e 'Checkpoint.resume("dump")'), the block will be MN> executed. Did you any measurements how much time is saved for startup of a complexer ruby program with lots of requires ? Something like FreeRide would be nice. I don't have BSD installed so i can't do it myself. Also why isn't it possible to directly run the checkpoint file from the shell ? -- Best regards, emailto: scholz at scriptolutions dot com Lothar Scholz http://www.ruby-ide.com CTO Scriptolutions Ruby, PHP, Python IDE 's