in reply to Re^2: How can I (safely) use packages of the same name but different versions?
in thread How can I (safely) use packages of the same name but different versions?
I haven't had a chance to try it yet, but I thought Erlang's facility for running multiple versions of code long enough to do a seemless cut-over sounded smart. Since everything in Erlang is a networked server the system starts up the new version and starts sending all new requests to it. Once the old version is done handling any lingering requests it gets shutdown.
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I (safely) use packages of the same name but different versions?
by Errto (Vicar) on Mar 12, 2008 at 17:58 UTC |