[wxPython-users] Distributing a wxpy app - central server or each workstation

Michael Hipp Michael at Hipp.com
Thu Mar 1 07:54:44 PST 2007


Geoff Skerrett wrote:
> So let me apologize my vague question earlier and I will try and be more 
> precise.   I understand that the practice is to install the .dll on the 
> workstation, however, are there any "technical" barriers to have 50 
> instances of the client application using a single set of .dlls loaded 
> on a network share.  -- ie, do .dll's have some sort of locking 
> mechanism that prevents "sharing" or once the app loads the .dll and 
> accesses it's functions/objects is app's instance of the .dll unqiue to 
> that app ?

I do this all the time and it works great.

Being able to avoid having to maintain a separate copy of the software on each 
station is worth almost *whatever* you have to do to make it happen.

In my case, the app is dependent on a PostgreSQL database on the server so if 
the server or network is down they're hosed anyway.

Michael




More information about the wxpython-users mailing list