Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: Build Multiuser Network application Pin
Pete O'Hanlon18-May-11 1:24
mvePete O'Hanlon18-May-11 1:24 
GeneralRe: Build Multiuser Network application Pin
Luc Pattyn18-May-11 3:56
sitebuilderLuc Pattyn18-May-11 3:56 
AnswerRe: Build Multiuser Network application Pin
Keith Barrow18-May-11 2:24
professionalKeith Barrow18-May-11 2:24 
AnswerRe: Build Multiuser Network application Pin
PIEBALDconsult18-May-11 2:46
mvePIEBALDconsult18-May-11 2:46 
AnswerRe: Build Multiuser Network application Pin
jschell18-May-11 7:01
jschell18-May-11 7:01 
QuestionHow to get CheckBox Control from Datagridview in Windows form...? Pin
Manish_Kumar_Nayak18-May-11 1:00
Manish_Kumar_Nayak18-May-11 1:00 
AnswerRe: How to get CheckBox Control from Datagridview in Windows form...? Pin
Wayne Gaylard18-May-11 1:12
professionalWayne Gaylard18-May-11 1:12 
QuestionWCF Throttling Behavior settings Pin
teknolog12318-May-11 0:39
teknolog12318-May-11 0:39 
Hi, Currently I have a server-client application which works fine. I only want the server to serve for a predefined number of clients. Say, up to 20 clients. If I adjust the below behavior it should be okay.

But since each client subscribe to server with a client number, e.g. client22 or client29 which are greater than number 20 will connect to server when the total number of concurrent sessions or instances are lover than 20. And so, if these two clients connect and allocate two connections before, Any two clients with numbers upto 20 will not be able to connect afterwards. Any solution for this? Thanks

in short: I want only 20 clients, client1,client2.....client20 can connect but client21, client22 and so on can't connect

ServiceThrottlingBehavior behaviour = new ServiceThrottlingBehavior();<br />
                behaviour.MaxConcurrentSessions = 20;<br />
                behaviour.MaxConcurrentInstances = 20;

QuestionRe: WCF Throttling Behavior settings Pin
Mark Salsbery18-May-11 6:08
Mark Salsbery18-May-11 6:08 
AnswerRe: WCF Throttling Behavior settings Pin
teknolog12319-May-11 22:31
teknolog12319-May-11 22:31 
GeneralRe: WCF Throttling Behavior settings Pin
Mark Salsbery20-May-11 4:01
Mark Salsbery20-May-11 4:01 
QuestionControl integrity of ZIP files Pin
abbd18-May-11 0:30
abbd18-May-11 0:30 
AnswerRe: Control integrity of ZIP files Pin
Eddy Vluggen18-May-11 10:35
professionalEddy Vluggen18-May-11 10:35 
QuestionEnumerating directories/shares (and their Permissions) [modified] Pin
devvvy17-May-11 23:25
devvvy17-May-11 23:25 
AnswerRe: Enumerating directories/shares (and their Permissions) [modified] Pin
devvvy18-May-11 21:09
devvvy18-May-11 21:09 
QuestionWill Dispose() be called by GC? Pin
Chesnokov Yuriy17-May-11 20:54
professionalChesnokov Yuriy17-May-11 20:54 
AnswerRe: Will Dispose() be called by GC? Pin
Mark Salsbery17-May-11 21:37
Mark Salsbery17-May-11 21:37 
AnswerRe: Will Dispose() be called by GC? [modified] Pin
Shameel18-May-11 0:23
professionalShameel18-May-11 0:23 
AnswerRe: Will Dispose() be called by GC? Pin
Pete O'Hanlon18-May-11 1:26
mvePete O'Hanlon18-May-11 1:26 
GeneralRe: Will Dispose() be called by GC? Pin
Shameel18-May-11 2:21
professionalShameel18-May-11 2:21 
GeneralRe: Will Dispose() be called by GC? Pin
Pete O'Hanlon18-May-11 3:18
mvePete O'Hanlon18-May-11 3:18 
GeneralRe: Will Dispose() be called by GC? Pin
Shameel18-May-11 3:41
professionalShameel18-May-11 3:41 
AnswerRe: Will Dispose() be called by GC? Pin
PIEBALDconsult18-May-11 2:49
mvePIEBALDconsult18-May-11 2:49 
QuestionOpen Auto Cad File Pin
Anubhava Dimri17-May-11 17:44
Anubhava Dimri17-May-11 17:44 
AnswerRe: Open Auto Cad File Pin
Richard MacCutchan17-May-11 21:21
mveRichard MacCutchan17-May-11 21: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.