The problem seems to be lack of memory. I'm running on a VPS with 256
megs of ram, so it's taking a little tweaking to get all the services i
need running concurrently.
It seems to work better if i use this as my autostart file, not sure
why:
#!/usr/bin/python2.4
import os
os.system('/usr/bin/env python /var/www/bcstudio/start-bcstudio.py
/var/www/bcstudio/prod.cfg &')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---