Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get list of all emails in outlook / windows mail / express client Pin
EliottA27-Oct-08 2:11
EliottA27-Oct-08 2:11 
GeneralRe: Get list of all emails in outlook / windows mail / express client Pin
Thomas Stockwell27-Oct-08 2:17
professionalThomas Stockwell27-Oct-08 2:17 
GeneralRe: Get list of all emails in outlook / windows mail / express client Pin
EliottA27-Oct-08 2:53
EliottA27-Oct-08 2:53 
QuestionSetup / installer Pin
Jacob Dixon26-Oct-08 15:48
Jacob Dixon26-Oct-08 15:48 
AnswerRe: Setup / installer Pin
AhsanS26-Oct-08 18:55
AhsanS26-Oct-08 18:55 
AnswerRe: Setup / installer Pin
jzonthemtn27-Oct-08 1:59
jzonthemtn27-Oct-08 1:59 
QuestionDataGridView RowCount set is slow Pin
AndrusM26-Oct-08 13:17
AndrusM26-Oct-08 13:17 
QuestionCan FtpWebRequest handle only two connections simutaniously ? Pin
quorton26-Oct-08 11:07
quorton26-Oct-08 11:07 
I'm trying to make an FTP program in C#. The only class to use in C# is FtpWebRequest.
For each connection I start a new thread which opens the FTP connection and uploads or downloads.
But when finishing the upload routine and testing it, it seems FtpWebRequest only handles 2 connections, a 3rd or 4th upload hangs in the GetRequestStream function.

I tried setting the ServicePoint.ConnectionLimit to 4 but that doesn't help and I can't find any other methods of changing this apparent connection limit.

It's not a problem of the ftp server I connect to, because other ftp programs can do more than 2 connections to that server. I even set the MaxConnectionsPerServer keys in the registry (on this pc and the server, allthough I believe these are meant for http download connections, not ftp, but I'm thinking maybe FtpWebRequest isn't true ftp ?)

And apparently I'm the only one with this problem, cause I cannot find any mention of this on google.

Anybody got any ideas ?

Oh, and by the way, its pretty slow too, is that a known issue ?
AnswerRe: Can FtpWebRequest handle only two connections simutaniously ? Pin
leppie26-Oct-08 22:50
leppie26-Oct-08 22:50 
GeneralRe: Can FtpWebRequest handle only two connections simutaniously ? Pin
quorton27-Oct-08 0:15
quorton27-Oct-08 0:15 
GeneralRe: Can FtpWebRequest handle only two connections simutaniously ? Pin
leppie27-Oct-08 0:21
leppie27-Oct-08 0:21 
GeneralRe: Can FtpWebRequest handle only two connections simutaniously ? Pin
Pete O'Hanlon27-Oct-08 1:36
mvePete O'Hanlon27-Oct-08 1:36 
GeneralRe: Can FtpWebRequest handle only two connections simutaniously ? Pin
quorton27-Oct-08 2:00
quorton27-Oct-08 2:00 
GeneralRe: Can FtpWebRequest handle only two connections simutaniously ? Pin
Pete O'Hanlon27-Oct-08 5:40
mvePete O'Hanlon27-Oct-08 5:40 
Questioninternet connection [modified] Pin
MS Hamedi26-Oct-08 7:58
MS Hamedi26-Oct-08 7:58 
AnswerRe: internet connection Pin
Mbah Dhaim26-Oct-08 13:18
Mbah Dhaim26-Oct-08 13:18 
QuestionRetrieve GAL from Microsoft Exchange Pin
Jassim Rahma26-Oct-08 4:13
Jassim Rahma26-Oct-08 4:13 
AnswerRe: Retrieve GAL from Microsoft Exchange Pin
Eddy Vluggen27-Oct-08 1:39
professionalEddy Vluggen27-Oct-08 1:39 
GeneralRe: Retrieve GAL from Microsoft Exchange Pin
EliottA27-Oct-08 6:19
EliottA27-Oct-08 6:19 
AnswerRe: Retrieve GAL from Microsoft Exchange Pin
Eddy Vluggen27-Oct-08 11:08
professionalEddy Vluggen27-Oct-08 11:08 
QuestionAUDIO frequency per second ? Pin
sana1726-Oct-08 4:01
sana1726-Oct-08 4:01 
AnswerRe: AUDIO frequency per second ? Pin
sana1726-Oct-08 4:08
sana1726-Oct-08 4:08 
GeneralRe: AUDIO frequency per second ? Pin
Shyam Bharath27-Oct-08 0:35
Shyam Bharath27-Oct-08 0:35 
AnswerRe: AUDIO frequency per second ? Pin
Mark Churchill26-Oct-08 13:37
Mark Churchill26-Oct-08 13:37 
QuestionTabcontrol type editor control Pin
Chris Copeland26-Oct-08 3:44
mveChris Copeland26-Oct-08 3:44 

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.