Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
Questionhow to restrict appearance of child forms Pin
visiontec15-Feb-04 13:29
visiontec15-Feb-04 13:29 
AnswerRe: how to restrict appearance of child forms Pin
Colin Angus Mackay15-Feb-04 14:40
Colin Angus Mackay15-Feb-04 14:40 
GeneralTab Pages Navigation Pin
visiontec15-Feb-04 12:58
visiontec15-Feb-04 12:58 
GeneralRe: Tab Pages Navigation Pin
Heath Stewart16-Feb-04 5:48
protectorHeath Stewart16-Feb-04 5:48 
QuestionRemoting? Pin
Kevin Tambascio15-Feb-04 12:39
Kevin Tambascio15-Feb-04 12:39 
AnswerRe: Remoting? Pin
Marc Clifton15-Feb-04 15:42
mvaMarc Clifton15-Feb-04 15:42 
GeneralRe: Remoting? Pin
Kevin Tambascio16-Feb-04 3:09
Kevin Tambascio16-Feb-04 3:09 
GeneralRe: Remoting? Pin
Marc Clifton16-Feb-04 9:29
mvaMarc Clifton16-Feb-04 9:29 
Kevin Tambascio wrote:
If I create the remote object as a singleton (using multiple clients), will functions in that remote object be called from one thread in some order, or just called all at once? Do I have to synchronize those calls to shared objects?

Honestly, I don't have a positive answer for that. However, since each instance gets its own AppDomain, I think that there would be multiple instances. I can't imagine it otherwise, actually. So I think you'll have to deal with synchronization yourself.

Kevin Tambascio wrote:
Also, this service will eventually be called from a web app (ASP.NET) instead of a exe.

Hmmm. You mean, on the client side? I don't think you can do that. That's what web services / SOAP is for, I think (again, i'm fuzzy on that).

Kevin Tambascio wrote:
Will each user's instance of the website be able to create a TcpChannel at the same port number to talk to the remote object,

My understanding is yes--the same port number is used. For example, I've been able to connect to my remote object from two different computers on my local network using the same port number. I *believe* that the initial port number is just for saying "hello", and then an unused port number is negotiated. I could be totally wrong though.

Sorry these answers are full of "I'm not sure". If you find out more, It would be great if you could let me know!

Marc


Latest AAL Article
My blog
Join my forum!
GeneralRe: Remoting? Pin
Kevin Tambascio16-Feb-04 16:29
Kevin Tambascio16-Feb-04 16:29 
Generalneed urgent help with CSIDL_HISTORY Pin
Lesuran15-Feb-04 4:01
Lesuran15-Feb-04 4:01 
GeneralRe: need urgent help with CSIDL_HISTORY Pin
Heath Stewart16-Feb-04 5:46
protectorHeath Stewart16-Feb-04 5:46 
GenerallistView items icons Pin
morgan3715-Feb-04 3:39
morgan3715-Feb-04 3:39 
GeneralRe: listView items icons Pin
Heath Stewart16-Feb-04 5:40
protectorHeath Stewart16-Feb-04 5:40 
GeneralDouble quotes in a string Pin
Anonymous15-Feb-04 2:23
Anonymous15-Feb-04 2:23 
GeneralRe: Double quotes in a string Pin
Corinna John15-Feb-04 4:19
Corinna John15-Feb-04 4:19 
GeneralRe: Double quotes in a string Pin
Heath Stewart16-Feb-04 5:37
protectorHeath Stewart16-Feb-04 5:37 
GeneralAccelerate dataset in c# Pin
mhmoud rawas14-Feb-04 22:36
mhmoud rawas14-Feb-04 22:36 
GeneralRe: Accelerate dataset in c# Pin
Mazdak15-Feb-04 1:38
Mazdak15-Feb-04 1:38 
GeneralRe: Accelerate dataset in c# Pin
mhmoud rawas15-Feb-04 1:50
mhmoud rawas15-Feb-04 1:50 
GeneralRe: Accelerate dataset in c# Pin
Colin Angus Mackay15-Feb-04 6:40
Colin Angus Mackay15-Feb-04 6:40 
GeneralRe: Accelerate dataset in c# Pin
mhmoud rawas16-Feb-04 1:14
mhmoud rawas16-Feb-04 1:14 
GeneralRe: Accelerate dataset in c# Pin
Heath Stewart16-Feb-04 5:33
protectorHeath Stewart16-Feb-04 5:33 
QuestionHow to display Hindi text in application Pin
gr8tushar14-Feb-04 20:15
gr8tushar14-Feb-04 20:15 
AnswerRe: How to display Hindi text in application Pin
Mazdak14-Feb-04 21:32
Mazdak14-Feb-04 21:32 
GeneralRe: How to display Hindi text in application Pin
Anonymous15-Feb-04 5:14
Anonymous15-Feb-04 5:14 

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.