search for: _requiring_

Displaying 2 results from an estimated 2 matches for "_requiring_".

2007 Mar 29
1
How to restart server programmatically?
...tem("#{RAILS_ROOT}/script/process/reaper -a graceful -d dispatch.fcgi") if routing_modified? end I''ve also looked at calling the Killer in "vendor/rails/railties/lib/commands/process/reaper" but can''t figure out how to pass it the correct parameters when just _requiring_ "commands/process/reaper" calls an instance of Killer. I''d really appreciate your help, kittens. Before I forget, I''m running Apache2 [no Mongrel, sadly] and Edge Rails if that makes a difference. RSL --~--~---------~--~----~------------~-------~--~----~ You received...
2002 Apr 03
4
Patch to avoid 'Connection reset by peer' error for rsync on cygwin
The problem is caused because rsync does not close its sockets, and WinSock is a quite strict on this. The solution is to shutdown and close the fd. This is a 5-minute hack I've done to fix the obvious occurrences of the problem. It might be better to extend rsyncs cleanup functions for this, but here it is anyway to alert people to the problem and its fix. Max. BEGIN PATCH diff -mru