I am using merb with passenger on our production
Detail of the issue is as follows.
- My merb app becomes causing errors after restarting
of passenger by "touch tmp/restar t.txt" if dependency gems were updated and they have no compatibil ity. - Even if the gems were compatible
, my merb app kept using old gems until apache is reloaded. - pids were changing successful
ly while restarting . - /etc/init.
d/apache reload can refresh everything as expected. - "touch tmp/restar
t.txt" can't.
I wonder there is the master of master processes which keeps LOAD_PATH and it is refusing to use new gems.
I am thinking I should investigat
Update
Finally, the issue was solved!
The solution is found here
posted by
takiuchi
on Sat 17 Jan 2009
at 22:42