Hi
I try to serialize(soap/binary) an object of class, that inherit from
MarshalByRefObject in order to remote it.
Regardless of the remoting thing, I have to serialize that object( for
persistency).
But I have a serialization exception, since MarshalByRefObject has identityt
member(of type...
more >>
Hi all
I have a windows application exposing via remoting three singleton
objects, let' call them "SA", "SB" and "SMain" .
"SA" and "SB" are instantiated by remote client applications (which
reside on the same machine).
"SMain" object is instantiated by "SA" and "SB".
Because of this, ...
more >>
hello!
I have a server which has 2 buildin network cards. I must be able to access
a singleton service from both networks represented by the 2 networkcards.
the 2 networks should remain separated because of security reasons.( I know
that now my service is propably the security problem)
So ...
more >>