|
How often do you need to restart LSWS five times in a row within 5 seconds period? Why do you need to do that?
It could be a problem if all rails applications are set to "run on startup", so you got 20 rails frameworks to be initialized at start up.
We probably will add a feature to let user to restart each individual application instead of starting the whole server.
We could do something to make it run smoother.
|