Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: Tips for a new C# designer... Pin
BobJanova12-Nov-12 22:23
BobJanova12-Nov-12 22:23 
GeneralRe: Tips for a new C# designer... Pin
Maurice Lantier14-Nov-12 10:19
Maurice Lantier14-Nov-12 10:19 
AnswerRe: Tips for a new C# designer... Pin
S Godrich12-Nov-12 23:48
S Godrich12-Nov-12 23:48 
GeneralRe: Tips for a new C# designer... Pin
Maurice Lantier14-Nov-12 10:15
Maurice Lantier14-Nov-12 10:15 
Questionwindows form design Pin
Rajeevhyd12-Nov-12 7:09
Rajeevhyd12-Nov-12 7:09 
AnswerRe: windows form design Pin
Eddy Vluggen12-Nov-12 10:34
professionalEddy Vluggen12-Nov-12 10:34 
GeneralNamed Pipes app lifetime pipe. Pin
Nemo196612-Nov-12 6:51
Nemo196612-Nov-12 6:51 
GeneralRe: Named Pipes app lifetime pipe. Pin
Dave Kreskowiak12-Nov-12 7:23
mveDave Kreskowiak12-Nov-12 7:23 
You're not creating a new listener for each and every message.

You would normally create a listener that waits for connections. Once that connection request arrives, you create a pipe server for that client. That way, you can have multiple clients connected to the service at the same time and no interfere with each other.

Now, if you just want the local machine applications to talk to the server, then the service only has to listen for one connection. It doesn't have to spawn a new server object for each incomming connection.

GeneralRe: Named Pipes app lifetime pipe. Pin
Nemo196612-Nov-12 9:10
Nemo196612-Nov-12 9:10 
GeneralRe: Named Pipes app lifetime pipe. Pin
Dave Kreskowiak12-Nov-12 10:00
mveDave Kreskowiak12-Nov-12 10:00 
GeneralRe: Named Pipes app lifetime pipe. Pin
Nemo196613-Nov-12 10:07
Nemo196613-Nov-12 10:07 
GeneralRe: Named Pipes app lifetime pipe. Pin
Dave Kreskowiak13-Nov-12 11:30
mveDave Kreskowiak13-Nov-12 11:30 
QuestionSiemens USB PPI Cable - Visual C# connection? Pin
Mir_As12-Nov-12 2:31
Mir_As12-Nov-12 2:31 
AnswerRe: Siemens USB PPI Cable - Visual C# connection? Pin
Dave Kreskowiak12-Nov-12 4:34
mveDave Kreskowiak12-Nov-12 4:34 
GeneralRe: Siemens USB PPI Cable - Visual C# connection? Pin
Mir_As12-Nov-12 4:52
Mir_As12-Nov-12 4:52 
QuestionWindows Forms Pin
Member 955055812-Nov-12 0:32
Member 955055812-Nov-12 0:32 
AnswerRe: Windows Forms Pin
Simon_Whale12-Nov-12 0:42
Simon_Whale12-Nov-12 0:42 
AnswerRe: Windows Forms Pin
Simon_Whale12-Nov-12 2:52
Simon_Whale12-Nov-12 2:52 
GeneralRe: Windows Forms Pin
Pete O'Hanlon12-Nov-12 3:03
mvePete O'Hanlon12-Nov-12 3:03 
GeneralRe: Windows Forms Pin
Member 955055812-Nov-12 7:00
Member 955055812-Nov-12 7:00 
AnswerRe: Windows Forms Pin
Dave Kreskowiak12-Nov-12 4:33
mveDave Kreskowiak12-Nov-12 4:33 
Questioni want to build a simple metro app private diary Pin
sandesh02199011-Nov-12 22:32
sandesh02199011-Nov-12 22:32 
AnswerRe: i want to build a simple metro app private diary Pin
Matt U.12-Nov-12 1:52
Matt U.12-Nov-12 1:52 
Question.Net Remoting with multiple NICs Pin
Mehdi_S11-Nov-12 21:31
Mehdi_S11-Nov-12 21:31 
AnswerRe: .Net Remoting with multiple NICs Pin
HaBiX11-Nov-12 22:21
HaBiX11-Nov-12 22:21 

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.