On 09/20/2012 07:18 AM, Tracy Pearson wrote:
Jeff Johnson wrote on 2012-09-20:
  I have an application on Terminal Services at a large company.  I have
  several classes and procedures external to the executable in order to be
  able to update them because updating the main executable on TS is a
  difficult process.  The external classes, apps and procedures seems to
  work but I was wondering if there isn't a better more organised way to
  update an executable running on several application servers.
TIA
Jeff,

A loader application.
It would copy the required files from a common store to a user path, then
launch the executable in the user path, then exit.

The loader application will only be in use when a user is starting the
application.
The files in the common store should never be in use.

Yes, the executable and required files will be copied all over the place,
but there is a mechanism that updates them on the fly.

Tracy Pearson
PowerChurch Software


I use a loader for all of my apps, but this application uses Citrix and the application is actually running on the application servers and not the desktop. In order to swap out the executable they need to shut down the service, swap the executable and start it up again. I currently have an executable that has hooks out to apps, classes & procedures that I can swap out without replacing the main executable. It seems to work fine, but I was wondering if there was a better way.

Jeff

---------------

Jeff Johnson
[email protected]
(623) 582-0323

www.san-dc.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to