there's a distinct lack of singular/plurals in your statements that may 
pinpoint the problem.

multiple apps --> multiple uwsgi processes

either you "hg update" all the apps, and restart ALL uwsgi processes (more 
a reload than a restart, hopefully, touching EACH and EVERYONE of the files 
uwsgi watches for changes, without them being simlinked) OR for every app, 
you hg update and then restart THE uwsgi process, touching the single file 
that reloads THAT app.

IMHO you'd need to do the latter, without EVER simlinking anything. There 
are tons of deploy facilities lying around that will make symlinking an 
old-fashioned thingy.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to