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

C#

 
GeneralRe: Sending the button name to a method. Pin
outerhell28-May-09 5:01
outerhell28-May-09 5:01 
AnswerRe: Sending the button name to a method. Pin
Luc Pattyn28-May-09 4:58
sitebuilderLuc Pattyn28-May-09 4:58 
GeneralRe: Sending the button name to a method. Pin
PIEBALDconsult28-May-09 5:40
mvePIEBALDconsult28-May-09 5:40 
AnswerRe: Sending the button name to a method. Pin
padmanabhan N28-May-09 18:39
padmanabhan N28-May-09 18:39 
GeneralRe: Sending the button name to a method. Pin
outerhell28-May-09 21:20
outerhell28-May-09 21:20 
Questionhow to set a margin.. Pin
Hema Bairavan28-May-09 4:51
Hema Bairavan28-May-09 4:51 
AnswerRe: how to set a margin.. Pin
Simon P Stevens28-May-09 4:59
Simon P Stevens28-May-09 4:59 
QuestionMany network connections inside threads Pin
mohamang28-May-09 4:50
mohamang28-May-09 4:50 
Hi there,
I'm working on a program which has to record as many video streams as it can, coming from a server. I tested the source capacity with some other programs and it got up to 100 streams coming without any problem.
So I made my own program, using a class which starts a thread. This thread opens a connection using HttpWebRequest and gets its response stream and writes incoming data into a file, all of them done synchronously.
I create one class per one video stream. using this method everything is OK just before I reach 10 records, from this time on, no new stream opens.
What do I have to do?
I'm not reaching any memory, network bandwidth or things like that.

Thanks for your help.
AnswerRe: Many network connections inside threads Pin
EliottA28-May-09 5:27
EliottA28-May-09 5:27 
GeneralRe: Many network connections inside threads Pin
Luc Pattyn28-May-09 5:37
sitebuilderLuc Pattyn28-May-09 5:37 
GeneralRe: Many network connections inside threads Pin
EliottA28-May-09 5:39
EliottA28-May-09 5:39 
GeneralRe: Many network connections inside threads Pin
Luc Pattyn28-May-09 5:49
sitebuilderLuc Pattyn28-May-09 5:49 
GeneralRe: Many network connections inside threads Pin
mohamang28-May-09 5:52
mohamang28-May-09 5:52 
GeneralRe: Many network connections inside threads Pin
Luc Pattyn28-May-09 6:00
sitebuilderLuc Pattyn28-May-09 6:00 
GeneralCheck it out Pin
EliottA28-May-09 5:50
EliottA28-May-09 5:50 
GeneralRe: Check it out Pin
Luc Pattyn28-May-09 6:08
sitebuilderLuc Pattyn28-May-09 6:08 
AnswerRe: Check it out Pin
Nicholas Butler28-May-09 7:35
sitebuilderNicholas Butler28-May-09 7:35 
GeneralRe: Check it out Pin
Luc Pattyn28-May-09 7:43
sitebuilderLuc Pattyn28-May-09 7:43 
GeneralRe: Check it out Pin
Nicholas Butler28-May-09 7:56
sitebuilderNicholas Butler28-May-09 7:56 
GeneralRe: Check it out Pin
Luc Pattyn28-May-09 7:59
sitebuilderLuc Pattyn28-May-09 7:59 
AnswerRe: Many network connections inside threads Pin
led mike28-May-09 7:43
led mike28-May-09 7:43 
GeneralRe: Many network connections inside threads Pin
mohamang30-May-09 7:36
mohamang30-May-09 7:36 
QuestionAforge.net Pin
tibyv28-May-09 4:16
tibyv28-May-09 4:16 
AnswerRe: Aforge.net Pin
Manas Bhardwaj28-May-09 4:17
professionalManas Bhardwaj28-May-09 4:17 
GeneralRe: Aforge.net Pin
Michael Bookatz28-May-09 4:32
Michael Bookatz28-May-09 4:32 

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.