Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Command line and args[] question Pin
User 66585-Sep-06 4:20
User 66585-Sep-06 4:20 
AnswerRe: Command line and args[] question Pin
Dustin Metzgar5-Sep-06 4:20
Dustin Metzgar5-Sep-06 4:20 
GeneralRe: Command line and args[] question Pin
User 66585-Sep-06 4:24
User 66585-Sep-06 4:24 
QuestionHow to declare a struct with dynamic allocated array for COM with DLL? Pin
Kuang Cao5-Sep-06 3:54
Kuang Cao5-Sep-06 3:54 
QuestionMultipage control Pin
shivarishxxxx5-Sep-06 3:40
shivarishxxxx5-Sep-06 3:40 
AnswerRe: Multipage control Pin
mikone5-Sep-06 3:53
mikone5-Sep-06 3:53 
GeneralRe: Multipage control Pin
shivarishxxxx5-Sep-06 9:52
shivarishxxxx5-Sep-06 9:52 
QuestionRemoting Pin
fcn][Stampede5-Sep-06 3:09
fcn][Stampede5-Sep-06 3:09 
Hi,
I'm completly new to the topic of Remoting in .NET and I have a few questions to find out if this technology is suitable for the needs of my application.

I want to create an application which runs on several different hosts, which work together as if they where one application. The data which have to be given from one object to the next one (or from one host to the next one, where the difference shouldn't matter) is an XML file which is stored in an object of the type XmlDocument. As far as I know this class does not implement the ISerializeable interface. So I would like to know if there is any way to process an instance of there class through the Remoting?

My second question is about the objects which methods are called remotely. I've read some tutorials, but they all take about creating the object at the client. I want to create the object on the server maschines and enable the clients to use these objects by reference. In detail I've created a design where every component looks the same at the outside (they extend the same class). Every host will have an instance of a class which extends this basic class. A client will know decide to which server the data has to be send and call the methods of the object on the specific server. As the initialization process is quite difficult in some cases (as there may be several other "stations" behind the remote objects) I would like to initialize all objects when the server starts. I've read about Server Activated Objects which could by the best solution, but in this case the object will be created when the first client accesses it. Isn't there any way I can make an already initialized ojbect available to all clients?

I'm sorry for the long text, but as I'm new to the topic I wanted to explain everything.

Thank you very much for reading and maybe for some answers!

Stampede
QuestionGetHashCode implementation [modified] Pin
Random_zh5-Sep-06 2:35
Random_zh5-Sep-06 2:35 
AnswerRe: GetHashCode implementation Pin
User 66585-Sep-06 4:36
User 66585-Sep-06 4:36 
GeneralRe: GetHashCode implementation [modified] Pin
Random_zh5-Sep-06 5:50
Random_zh5-Sep-06 5:50 
QuestionCatching minimize event Pin
sjembek5-Sep-06 2:30
sjembek5-Sep-06 2:30 
AnswerRe: Catching minimize event Pin
MIHAI_MTZ5-Sep-06 2:38
MIHAI_MTZ5-Sep-06 2:38 
GeneralRe: Catching minimize event Pin
sjembek5-Sep-06 2:53
sjembek5-Sep-06 2:53 
GeneralRe: Catching minimize event Pin
Dan Neely5-Sep-06 3:31
Dan Neely5-Sep-06 3:31 
GeneralRe: Catching minimize event Pin
sjembek5-Sep-06 5:52
sjembek5-Sep-06 5:52 
QuestionVOIP Vonage Answering Machine Pin
steveharper605-Sep-06 2:12
steveharper605-Sep-06 2:12 
AnswerRe: VOIP Vonage Answering Machine Pin
Erik Funkenbusch5-Sep-06 21:43
Erik Funkenbusch5-Sep-06 21:43 
QuestionRe: VOIP Vonage Answering Machine Pin
steveharper606-Sep-06 7:31
steveharper606-Sep-06 7:31 
QuestionHow to make client server Pin
King Shez5-Sep-06 1:50
King Shez5-Sep-06 1:50 
AnswerRe: How to make client server Pin
samtam5-Sep-06 2:25
samtam5-Sep-06 2:25 
AnswerRe: How to make client server Pin
Andrei Ungureanu5-Sep-06 2:50
Andrei Ungureanu5-Sep-06 2:50 
GeneralRe: How to make client server Pin
King Shez5-Sep-06 20:48
King Shez5-Sep-06 20:48 
GeneralRe: How to make client server Pin
Andrei Ungureanu6-Sep-06 7:37
Andrei Ungureanu6-Sep-06 7:37 
GeneralRe: How to make client server Pin
King Shez6-Sep-06 20:55
King Shez6-Sep-06 20:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.