Obsoleet
Platinum Member
I don't know much about web development, but have worked in .Net shops that push dlls and other updated files to sites. This causes lengthy site rebuilds within IIS.
What are technologies that avoid this sort of process? Say you want to provide a CMS or other website and want to eliminate downtime related to this sort of process? Hot code swapping essentially such as Erlang, but suitable for webwork. Doing some reading it also seems Django supports this type of update.
What other platforms/languages support this?
What are technologies that avoid this sort of process? Say you want to provide a CMS or other website and want to eliminate downtime related to this sort of process? Hot code swapping essentially such as Erlang, but suitable for webwork. Doing some reading it also seems Django supports this type of update.
What other platforms/languages support this?