public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
Documentation for Merb::BootLoader::DropPid bootloader.
Michael S. Klishin (author)
Sun May 11 12:22:35 -0700 2008
commit  adac14913322d60ac204a3abfdb2cd79e3d5398d
tree    7ad600b2961fc1e4b1c533426b4c372cfbd69f49
parent  4640df45006b4f0be2dccf45ff970d12762e364b
...
131
132
133
 
 
 
 
134
135
136
...
131
132
133
134
135
136
137
138
139
140
0
@@ -131,6 +131,10 @@
0
   end
0
 end
0
 
0
+# Stores pid file.
0
+#
0
+# Only run if daemonization or clustering options specified on start.
0
+# Port is taken from Merb::Config and must be already set at this point.
0
 class Merb::BootLoader::DropPidFile < Merb::BootLoader
0
   class << self
0
 

Comments

    No one has commented yet.