Winforms on a network share

M

mark

Is it possible for a winforms executable put on a network share to scale to
allow 100 or even 1000 people to "share" it? Assume a windows domain where
each client has the .NET Framework installed, and that application's only
external call is to make CRUD (read/write) calls to a SQL Server 2000
database.

I'm hoping that when a client first calls the executable on the network
share, that it makes a copy of the executable and configuration file localy
in memory, so it doesn't need to leverage the network share any longer than
is necessary to get the first initial copy of the executable. Obviously
there are other "factors" that would impact the performance, but I'm
basically trying to figure out if this is a reasonable approach assuming
that a desktop GUI app is necessary to achieve functionality that would
otherwise be impossible with a web client.

Thanks in advance.

Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top