[Deploying Sakai] oae-dev Digest, Vol 2, Issue 45

Ian Boston ieb at tfd.co.uk
Wed Oct 19 14:08:16 PDT 2011


>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 19 Oct 2011 14:23:33 -0400
> From: "D. Stuart Freeman" <stuart.freeman at et.gatech.edu>
> Subject: [oae-dev] monitorserver suggested improvement (with patch!)
> To: oae-dev at collab.sakaiproject.org
> Message-ID: <20111019182332.GC28421 at cetel-004-xx6.admin.gatech.edu>
> Content-Type: text/plain; charset="us-ascii"
>
> I didn't like the way the preview_processor was split between ruby and
> bash and didn't go into the background when run. So, I wrote the patch at
> https://github.com/sakaiproject/nakamura/pull/359
>
> The patch eliminates the need for monitorserver.sh, but I left it in so
> it can still be run it with the old syntax.  But there's now
> monitorserver.rb which can be run like:
>
>  ./monitorserver.rb start -- -s http://localhost:8080 -p admin -t http://localhost:8085
>
> Which will start it in the background as a daemon. You can then restart
> it with:
>
>  ./monitorserver.rb restart
>
> or stop it with:
>
>  ./monitorserver.rb stop
>
> Any comments, suggestions, questions, or objections?


Stuart,
A production related question.
Does this patch protect against memory leaks in the preview processor ?
Ian


More information about the production mailing list