On Thu, 12 Mar 2009, Alvaro Lopez Ortega wrote: > > Dynamically *but* keep in mind if you overwrite your old handler; > > for some > > this on a running server will basically segv. > > For the sake of clarity.. that means that you'll have to shut down the > web server, then install your new dynamic library (the plug-in), and > finally launch the server again.
Yes; this is the safe method :) Cherokee will restart the worker process ofcourse, but I know for a fact that these kind of things when you are directly gdb'ing on cherokee-worker can trick you :) Next to this, I think Fabrice might like this: http://repo.or.cz/w/handlerosm.git?a=blob_plain;f=cherokee-includes.sh;hb=HEAD Stefan _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
