hi,
server is implemented as EXE configured with DCOM. One method prepares settings for server to run smoothly. Do i have to prepare that settings for each user ?? wouldn't it be better to prepare it on the very first call to the server and allow other user calls to work with that already prepare settings.
can this code works :
if varsettings <> "" then
prepare settings
else
use varsettings variable
end if
How about that ???
bye
miq
server is implemented as EXE configured with DCOM. One method prepares settings for server to run smoothly. Do i have to prepare that settings for each user ?? wouldn't it be better to prepare it on the very first call to the server and allow other user calls to work with that already prepare settings.
can this code works :
if varsettings <> "" then
prepare settings
else
use varsettings variable
end if
How about that ???
bye
miq