Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Remoting / January 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Singleton question21 Jan 2004 16:54 GMT2
I,
If I create an instance of the object A ( obj _a = new A() ) and register it
to the Remoting framework with RemotingServices.Marshal( A ) as a Singleton
object, do I have a way to retrieve this instance and not a proxy to the
Difference.21 Jan 2004 16:49 GMT1
What is the difference between Client activated and Server Activated
services.
Please give some real time example.
Thanx and regards.
One instance with two URIs21 Jan 2004 15:59 GMT4
Is it possible to have one instance that is registered for remoting under
two URIs?
Bernd
Have this server code - how is it translated to the config entry21 Jan 2004 15:00 GMT1
This  is the server code
RemotingConfiguration.RegisterWellKnownServiceType(
typeof(OrderQuery.BLL.PTS.LoginFactory),
"OrderQueryLogin.rem",
Soapsuds and Duplicate Definition21 Jan 2004 01:19 GMT2
Am I missing something here...
I am getting a "Shared.Person is defined in multiple places; using
definition from ..." warning when we compile our client app.
1. I have a SAO, Server.PersonService in the Server.dll assembly.
Remoting with holding memory20 Jan 2004 16:31 GMT1
I have wrote a sample remoting application has Server (window
application), Remote Object, and Client three parts. The Dataset
between Server and Client is passed through Remote Object. I have
noticed a big problem with memory usage of Server, after Client
custom proxy controling lifetime20 Jan 2004 09:57 GMT1
I'm trying to implement a scheme, where my own Proxy class (the descendant
of RealProxy) participates in controling the object's lifetime.
To be more precise:
1. My server objects are descendants of ContextBoundObject
How to restrict the user not to use ildasm tool on my assembly20 Jan 2004 00:16 GMT2
I have a component, which encrypts and decrypts the data.  There are public
key and private keys in code.  If user uses "ildasm" tool to view the
contents of the component.  The public and private keys are visible.  How
can i restrict the user to use ildasm tool on my assembly.  My ...
CAO and scalability19 Jan 2004 17:07 GMT1
As fas as I understand, every solution using CAO isn't scalable due to
specific uri to each object.
Is there any ways to make CAO scalable? What Microsoft suggest?
WBR,
Server TcpServerChannel, specify TypeFiltering programmatically19 Jan 2004 16:54 GMT2
On a remoting server I'd like to do config type filetring programmatically.
Basically I need to set following settings in code:
<channel ref="tcp" port "1234">
   <serverProviders>
unique "process id" when using IIS19 Jan 2004 16:52 GMT1
I have some remoting objects hosted in IIS. When a user call these objects,
the objects writes tracing information to the eventlog. Sometimes there are
many users of these object... so how can I find the "process id" which
identifies each call to the objects ?? Using the System ...
Too much memory for .NET remoting19 Jan 2004 16:39 GMT1
I have created a small application with .NET remoting technology. I have 3
simple remote classes that clients can instanciate and a Windows service
that publish these classes. Yesterday I notice in the Task Manager that this
service use 14MB of RAM memory when it starts, but ...
can a .net remoting callback passes firewall19 Jan 2004 16:27 GMT1
If I pass "this" (i.e. the client object instance pointer) as a parameter to
a server using binary over http (my client's IP is 192.168.1.1, and my
server's IP is a public Internet IP, my router does NAT), can my server call
my client's method using the "this" (may I make it to work ...
Remoting and Name Resolution19 Jan 2004 15:45 GMT1
I have SingleCall middleware objects.  Clients pass in a contact URL like tcp://MachineName/ClientSvc/ClientObj.rem into the middleware object.  A middleware object then Activates one of these client objects to run methods etc.  Everything works well unless there is no name ...
remoting "newbie" questions19 Jan 2004 11:54 GMT1
I am implementing a application that uses remoting that is generating some
doubts as to best practices, scalability possibility, round trips on the net
and things like this.  I would like to know which the "better" form of doing
what needed.
Pages: 1 2 3 4 5 6 7 December, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.