Re: Who is using the EXE



Running applications across a network is a bad idea for several reasons, the
locked file is just one of them.
The normal solution is to write a small launcher program which is installed
to each users PC. When the launcher is run it looks at the executable on the
server and compares its version number with the local copy of the same
program, if it finds a newer one on the server it copies it over the local
copy and finally it runs the local copy of the program.
This automatically updates the local file and ensures the copy on the server
is never locked and reduced network traffic by not having to access the
executable over the network all the time - all in all a far better solution.
If you want to be really clever you can have the main program check for
newer versions of the launcher and replace that if needed.

Regards
Dave O.

<Jams060606@xxxxxxxxx> wrote in message
news:8bed7517-d51f-4110-9518-d27c8eae31e1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi

Please direct me to the right group, if I posted this in the wrong
one.

I developed an application using VB6, placed the exe in a shared
folder on our server and created a shortcut to the exe on client
machines.

The problem is whenever I have to update the exe, I have to call each
one and ask them to close the application, so that I can overwrite the
exe. Is there a way of tracking which computer/domain user is
accessing the exe?

I have used WhoHasIt for Novell Netware and found it very helpful. Is
there any substitute for WhoHasIt for Windows Clients?

Thanks in advance.

Leo


.



Relevant Pages

  • Re: XP x 3+clipper=SLOW
    ... maybe a little when loading exe. ... I had the problem on "server" when i used mapped drive, ... it sounds like there is something wrong with how the network is ... Clipper applications and similar file sharing apps are run. ...
    (comp.lang.clipper)
  • Connection to SQL Server 7 using MDAC 2.6
    ... Whilst running the exe from a share in a small network with the SQL server ... on another server on a routed network, the connection times out first time ...
    (microsoft.public.sqlserver.connect)
  • Re: Application caching
    ... Microsoft MVP - Terminal Services ... We have set up Server 2008 with Terminal Server for about 10 users. ... All those users use the same application (a single exe from a network ...
    (microsoft.public.windows.terminal_services)
  • Re: vista pia
    ... You could have the small exe in program ... How do you install that new app? ... In our case, the app lives on a network drive, but the approach could work ... Running from the file server might be another solution too then, ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Fully parallel Scheme-based language w/ evaluator
    ... Windows Server 2003 and networks in simple - and irreverent - terms. ... If networking really is a big deal, ... Concepts and Terminology in Part I, and The Design and Deployment of Network ...
    (comp.lang.misc)

Loading