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

C#

 
AnswerRe: Grammar checker Web server - MultiThreaded Application Pin
Pete O'Hanlon3-Oct-16 2:06
mvePete O'Hanlon3-Oct-16 2:06 
GeneralRe: Grammar checker Web server - MultiThreaded Application Pin
nqioweryuadfge3-Oct-16 2:11
nqioweryuadfge3-Oct-16 2:11 
GeneralRe: Grammar checker Web server - MultiThreaded Application Pin
nqioweryuadfge3-Oct-16 2:15
nqioweryuadfge3-Oct-16 2:15 
GeneralRe: Grammar checker Web server - MultiThreaded Application Pin
Pete O'Hanlon3-Oct-16 3:00
mvePete O'Hanlon3-Oct-16 3:00 
GeneralRe: Grammar checker Web server - MultiThreaded Application Pin
nqioweryuadfge3-Oct-16 3:03
nqioweryuadfge3-Oct-16 3:03 
GeneralRe: Grammar checker Web server - MultiThreaded Application Pin
Pete O'Hanlon3-Oct-16 3:15
mvePete O'Hanlon3-Oct-16 3:15 
SuggestionRe: Grammar checker Web server - MultiThreaded Application Pin
ZurdoDev3-Oct-16 3:40
professionalZurdoDev3-Oct-16 3:40 
AnswerRe: Grammar checker Web server - MultiThreaded Application Pin
ZurdoDev3-Oct-16 3:38
professionalZurdoDev3-Oct-16 3:38 
nqioweryuadfge wrote:
Web server that employs parallel programming to interact with client requests.
You can write code to handle parallel programming but I'm not sure how much it helps in web development. When someone hits your page or your webservice IIS responds by executing the code. If someone else hits the same exact request while the first is still processing IIS automatically fires up a new thread to handle it anyway. If you get to where you server cannot handle the load then you implement load balancing which involves implementing more servers but probably requires no code changes.

nqioweryuadfge wrote:
how would I know if it can support 1000 clients or Multiuser functionality at all?
You'd have to ask the vendor or read the specs. Again, if it is hosted in IIS, then IIS is handling it for you.
There are only 10 types of people in the world, those who understand binary and those who don't.

AnswerRe: Grammar checker Web server - MultiThreaded Application Pin
Gerry Schmitz3-Oct-16 5:32
mveGerry Schmitz3-Oct-16 5:32 
QuestionC# delegate {} Pin
dagogi2-Oct-16 21:49
dagogi2-Oct-16 21:49 
AnswerRe: C# delegate {} Pin
Pete O'Hanlon2-Oct-16 22:04
mvePete O'Hanlon2-Oct-16 22:04 
GeneralRe: C# delegate {} Pin
Rob Philpott3-Oct-16 1:14
Rob Philpott3-Oct-16 1:14 
AnswerRe: C# delegate {} Pin
OriginalGriff2-Oct-16 22:06
mveOriginalGriff2-Oct-16 22:06 
AnswerRe: C# delegate {} Pin
dagogi2-Oct-16 23:01
dagogi2-Oct-16 23:01 
AnswerRe: C# delegate {} Pin
Midi_Mick3-Oct-16 3:11
professionalMidi_Mick3-Oct-16 3:11 
Questionhow to select multiple items from checkedlistbox and display in datagridview Pin
Member 126737792-Oct-16 18:39
Member 126737792-Oct-16 18:39 
AnswerRe: how to select multiple items from checkedlistbox and display in datagridview Pin
Richard MacCutchan2-Oct-16 22:47
mveRichard MacCutchan2-Oct-16 22:47 
AnswerRe: how to select multiple items from checkedlistbox and display in datagridview Pin
Richard Deeming3-Oct-16 2:21
mveRichard Deeming3-Oct-16 2:21 
QuestionC# Integration with Barcode Printers Pin
mohamad10882-Oct-16 1:01
mohamad10882-Oct-16 1:01 
AnswerRe: C# Integration with Barcode Printers Pin
OriginalGriff2-Oct-16 1:18
mveOriginalGriff2-Oct-16 1:18 
GeneralLearning C# Pin
Lrk891-Oct-16 10:01
Lrk891-Oct-16 10:01 
GeneralRe: Learning C# Pin
Peter_in_27801-Oct-16 13:30
professionalPeter_in_27801-Oct-16 13:30 
Questionconnecting acess2007 database in c# Pin
Member 1276842430-Sep-16 0:26
Member 1276842430-Sep-16 0:26 
AnswerRe: connecting acess2007 database in c# Pin
OriginalGriff30-Sep-16 0:29
mveOriginalGriff30-Sep-16 0:29 
AnswerRe: connecting acess2007 database in c# Pin
Simon_Whale30-Sep-16 1:17
Simon_Whale30-Sep-16 1:17 

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.