Click here to Skip to main content
15,898,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: correl function for c# Pin
leppie16-Sep-04 23:46
leppie16-Sep-04 23:46 
GeneralReg. Posting data to other url Pin
Abraham Durairaj16-Sep-04 18:50
Abraham Durairaj16-Sep-04 18:50 
QuestionHow can I add , update , delete a row Pin
skywen16-Sep-04 16:51
skywen16-Sep-04 16:51 
AnswerRe: How can I add , update , delete a row Pin
sreejith ss nair16-Sep-04 23:59
sreejith ss nair16-Sep-04 23:59 
AnswerRe: How can I add , update , delete a row Pin
Kodanda Pani17-Sep-04 21:06
Kodanda Pani17-Sep-04 21:06 
QuestionHow do i force a control to only exist in the component tray? Pin
FocusedWolf16-Sep-04 15:59
FocusedWolf16-Sep-04 15:59 
GeneralServer application Pin
qigong516-Sep-04 13:37
qigong516-Sep-04 13:37 
GeneralRe: Server application Pin
Salil Khedkar20-Sep-04 1:18
Salil Khedkar20-Sep-04 1:18 
I think if you know that simultaneous clients to your server would not exceed 10 you can implement this with a TCP or UDP listener. On each new connection request, spawn a new thread for receiving data. After completion close the socket and thread. Wink | ;)

If your number of simultaneous clients are going to exceed that 10, you can think about asynchronous connections.

See socket/tcplistener/udplistener classes and examples in MSDN.

GeneralRe: Server application Pin
qigong516-Sep-04 16:57
qigong516-Sep-04 16:57 
GeneralRe: Server application Pin
Tim Kohler17-Sep-04 9:57
Tim Kohler17-Sep-04 9:57 
GeneralComboBox within a Listbox Pin
pkunkrocker16-Sep-04 13:19
pkunkrocker16-Sep-04 13:19 
GeneralRe: ComboBox within a Listbox Pin
sreejith ss nair16-Sep-04 20:29
sreejith ss nair16-Sep-04 20:29 
GeneralSimple Console App. Pin
Milan200716-Sep-04 13:12
Milan200716-Sep-04 13:12 
GeneralRe: Simple Console App. Pin
Heath Stewart16-Sep-04 13:29
protectorHeath Stewart16-Sep-04 13:29 
GeneralCopy Nonstandard Type to Clipboard Pin
McClamm16-Sep-04 11:17
McClamm16-Sep-04 11:17 
GeneralRe: Copy Nonstandard Type to Clipboard Pin
Nick Parker16-Sep-04 11:34
protectorNick Parker16-Sep-04 11:34 
GeneralRe: Copy Nonstandard Type to Clipboard Pin
Heath Stewart16-Sep-04 13:18
protectorHeath Stewart16-Sep-04 13:18 
GeneralRe: Copy Nonstandard Type to Clipboard Pin
Anonymous17-Sep-04 5:23
Anonymous17-Sep-04 5:23 
Generalhelp in find and show a list of files Pin
Anonymous16-Sep-04 10:07
Anonymous16-Sep-04 10:07 
GeneralMP3 Duration Pin
RichGuk16-Sep-04 9:19
RichGuk16-Sep-04 9:19 
GeneralRe: MP3 Duration Pin
Heath Stewart16-Sep-04 9:32
protectorHeath Stewart16-Sep-04 9:32 
GeneralDTS Programming Pin
stan2816-Sep-04 8:57
stan2816-Sep-04 8:57 
GeneralRe: DTS Programming Pin
Daniel Turini16-Sep-04 12:02
Daniel Turini16-Sep-04 12:02 
GeneralRe: DTS Programming Pin
stan2817-Sep-04 2:59
stan2817-Sep-04 2:59 
GeneralRe: DTS Programming Pin
stan2817-Sep-04 13:34
stan2817-Sep-04 13:34 

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.