If you use MTS 2.0 instead of COM+ then you can export a client side exe and run it on client side to register your components.
If you use late-binding technology you donot need to register any MTS components on client side.
Regards! zallen@cmmail.com
Long live of freedom!
Recently i find some information from http://www.videolan.org/.But i cannot run its miniserver successfully.However it seems that videolan uses cgi mode which cannot meet our needs.
Maybe someoe out there can help me.
Thanks! zallen@cmmail.com
Long live of freedom!
I think you are losing some file your component needs.Try opening your dll by some tool(delphi,etc.) and to see which type library it imports.
Hope this helps you! zallen@cmmail.com
Long live of freedom!
marsd,
I understand what you said. But is it possible to implement it without changing the ownership?
In windows i only need to share the directory in which the file lives.I can easily control who can read the file and who can write the file.
Regard! zallen@cmmail.com
Long live of freedom!
Maybe it is difficult to implement your goal.I think the privilege bits are not enough :(
Do you think about the PAM?
Regards! zallen@cmmail.com
Long live of freedom!
"having each public method check the time" may be a heavy work. Whether or not we can stop some services such as DTC to prevent user from using MTS packages.
If your batch processes donot need to login to function then you can logout and change the MTS packages to interactive user...
You donot need to explicitly destroy objects creatd under MTX context.You just need to tell MTS that the game is over by calling SetComplete or SetAbort.
For my experience the stateless objects is necessary even if the MTS supports stateful objects.
Regards! zallen@cmmail.com
Long live of freedom!
Hi,friends
I know the MTS runs only on windows platform.However if we use samba to mimic windows network and wine to emulate windows environment,is it possible to run MTS on linux?
The reason why i have such a thought is we want to migrate our MTS-based system to linux to oprovide a cheap...
I think "set obj = nothing" is not needed.In your MTS object you should can SetComplete/SetAbort to tell MTS executive to "release" the object.
Regards!
zallen@cmmail.com
Long live of freedom!
SetComplete/SetAbort will tell the MTS executive whether the operation is successful by changing a flag in object context.
Even if your operation doesnot need transaction eg. getting data from DBMS,you can also call SetComplete/SetAbort:
....
try
//get_data from db
SetComplete;
except...
After i diable the firewall i can telnet it from windows box now.But one same problem appears! i can use mysql client side on the same linux box as the mysql server(version:3.23.36).When i use mysql client side on windows i cannot connect to the linux box.
The message is Host 'myhost-name' is...
Thank you very much!
Sorry for my poor English . I think it is the firewall to disable the remote visit .I will test it once i return to my office.
Regards! zallen@cmmail.com
Long live of freedom!
Hi,friend
After installing Redhat7(seawolf) i can telnet itself on the same box,But i cannot telnet to it from other windows box though i can ping it.
Any suggestion is appreciated! zallen@cmmail.com
Long live of freedom!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.