473,387 Members | 1,621 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Remoting ON the server.....

I'm starting to think this is not possible....

I've got a Singleton remote object created/registered. I can access the
object, modify data, etc., to my hearts content, just as long as I access it
from a remote machine.....THIS MAKES REMOTING relatively useless for me.

The object is registered as follows:
int port=System.Convert.ToInt32(this.txtPort.Text.Trim ());

this.serverchannel=new TcpServerChannel ( port ) ;

ChannelServices.RegisterChannel ( this.serverchannel ) ;

RemotingConfiguration.RegisterWellKnownServiceType ( typeof ( User ) ,
"User", WellKnownObjectMode.Singleton ) ;

The object is declared as follows:

[Serializable]

public class User:MarshalByRefObject

{

string myMessage="This is a message from the server";

public User()

{}

public void SetMessage(string Msg)

{

this.myMessage=Msg;

}

public string GetMessage()

{

return this.myMessage;

}}
I need to be able to access the same remote object from BOTH the client AND
the Server, so that I can set values to be seen by the client machines.
My question:
(1) Can this be done
(2) How can you do this
(3) Examples, if possible, please.

Thank you

Nov 16 '05 #1
1 999
Hi,
I have answered in the remoting newsgroup.

Sunny

In article <eH**************@TK2MSFTNGP11.phx.gbl>, CWEST@Video-
mation.com says...
I'm starting to think this is not possible....

I've got a Singleton remote object created/registered. I can access the
object, modify data, etc., to my hearts content, just as long as I access it
from a remote machine.....THIS MAKES REMOTING relatively useless for me.

The object is registered as follows:
int port=System.Convert.ToInt32(this.txtPort.Text.Trim ());

this.serverchannel=new TcpServerChannel ( port ) ;

ChannelServices.RegisterChannel ( this.serverchannel ) ;

RemotingConfiguration.RegisterWellKnownServiceType ( typeof ( User ) ,
"User", WellKnownObjectMode.Singleton ) ;

The object is declared as follows:

[Serializable]

public class User:MarshalByRefObject

{

string myMessage="This is a message from the server";

public User()

{}

public void SetMessage(string Msg)

{

this.myMessage=Msg;

}

public string GetMessage()

{

return this.myMessage;

}}
I need to be able to access the same remote object from BOTH the client AND
the Server, so that I can set values to be seen by the client machines.
My question:
(1) Can this be done
(2) How can you do this
(3) Examples, if possible, please.

Thank you

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Sean Newton | last post by:
I am absolutely bewildered by now by the Microsoft.Samples SSPI and Security assemblies. I've been trying to set these up in a very straightforward harness in the way that I'd like to be able to...
15
by: anders | last post by:
Hi! I have a config file that looks like this: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.runtime.remoting> <application> <service> <wellknown mode="SingleCall"...
0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS...
5
by: mayamorning123 | last post by:
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET To view the full article, please visit...
0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting This article makes a detailed...
4
by: Uchiha Jax | last post by:
Hello everyone, I am a plenty silly person who is trying to learn .NET remoting through trial and error (all articles I read are going over my head at the moment (mostly) so I thought i'd give...
1
by: David Krmpotic | last post by:
Hi All! I have a .NET remoting Client-Server application with Server Activated Objects only.. something is worrying me.. sometimes (rarely), I can't connect to the server although it is...
0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS...
4
by: Rich | last post by:
Can anyone suggest a good (current) tutorial on how to do basic remoting with C# (2005 express edition)?
0
by: Kristian Reukauff | last post by:
Hi I have a problem with the .Net-Securty-Functions. I've got a client and a server. When I try to register a channel at the server with this line: ChannelServices.RegisterChannel(chan, false);...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.