What I do for my sites is run a factor instance inside a screen
session on the server. I can attach and detach this so I always have
access to the running repl.

To start it up I do:

"httpd" require
USE: httpd
[ 8888 httpd ] in-thread

Which starts it on port 8888. I redirect requests for port 80 to 8888
using either iptables or something like pound or apache.

You could set this up to run using a startup script as well but I just
do it manually myself. I like to keep the REPL around so I can load
new modules, fix bugs, etc at runtime.

Chris.
-- 
http://www.bluishcoder.co.nz

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to