Updating Solutions on Live Server

Hello all.

As a measure of good server policy, what are some potential problems with updating a solution on the app server while clients are connected?

For instance, we have a solution with maybe 10 submodules. Let’s say we find a bug in one of the modules… so we fix it and and then upload just that module to the server.

Will doing this potentially cause and issues? Does anyone know from experience?

Thanks,

Chico

There is no problem at all. To make sure the next client that will connect to the server will get the latest version, you can flush this module or all modules from memory.