[Mono-aspnet-list] Updating .dll's on an NAS that is shared between Apache cluster

Robert Jordan robertj at gmx.net
Tue Jun 21 14:47:04 EDT 2011


On 21.06.2011 20:32, Tim Nelson wrote:
> I've got multiple Apache servers that are load balanced and each runs
> the same implementation of Mono referencing ASP.Net Web Services that
> exist on a single NAS unit.  I have noticed that if update a single
> server'd dlls that only that servers Mono processes pick up the
> change.  I've resorted to (auto) ssh to the other servers and running
> the install app on each so that each Mono sees the change.
>
> I assume this has something to do with the NAS.
>
> Is there a way around this?  Is there any other way to tickle each
> Mono to see the change?

You don't tell which file system type you're using for sharing.
If it's NFS then it's "by design".

You could try to enable the managed file system wrapper
(see mono's man page), but this will increase both network
and CPU load.

Robert



More information about the Mono-aspnet-list mailing list