NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jking on March 26, 2024, 05:30:14 AM

Title: Multi-Site host question
Post by: jking on March 26, 2024, 05:30:14 AM
Hi Bruce,

     I have the multi-site host running on two servers.  One host has 8 dll apps running, the other has two dll apps running.  All this runs great.  However, when there is a new version of NetTalk posted, I must recompile the multi-site host and all individual apps with the same version of NetTalk.  Then, copy the dll's and web folders to each server.  This is becoming very time consuming.  Will it ever be possible to mix NT versions of apps in the future?  Or, is there a way to do this now?

Thanks,

Jeff King
Title: Re: Multi-Site host question
Post by: Bruce on March 28, 2024, 09:35:19 PM
>> Will it ever be possible to mix NT versions of apps in the future?

I expect not. The host has a server object which is passed into the DLL. If the DLL is on a different version, then the prototype of the server may be different, which in turn will lead to bad things.

Cheers
Bruce
Title: Re: Multi-Site host question
Post by: jking on March 29, 2024, 07:52:11 AM
Hi Bruce,

     Thanks, not a big problem for me as I only update NT versions periodically or if there is something new I need...like the partial save button fix in NT 14.20.

Thanks,

Jeff