Click here to Skip to main content
15,914,240 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: enum values Pin
Fred_Smith20-Jul-07 6:31
Fred_Smith20-Jul-07 6:31 
GeneralRe: enum values Pin
Fred_Smith20-Jul-07 6:37
Fred_Smith20-Jul-07 6:37 
GeneralRe: enum values Pin
boyindie21-Jul-07 0:50
boyindie21-Jul-07 0:50 
GeneralRe: enum values Pin
Fred_Smith21-Jul-07 4:23
Fred_Smith21-Jul-07 4:23 
GeneralRe: enum values Pin
boyindie21-Jul-07 5:45
boyindie21-Jul-07 5:45 
GeneralRe: enum values Pin
Fred_Smith21-Jul-07 6:15
Fred_Smith21-Jul-07 6:15 
QuestionThreads and browser activity Pin
N a v a n e e t h20-Jul-07 3:16
N a v a n e e t h20-Jul-07 3:16 
AnswerRe: Threads and browser activity Pin
Dave Kreskowiak20-Jul-07 7:31
mveDave Kreskowiak20-Jul-07 7:31 
Yu can multithread this all you want. It won't make any difference in the time it takes to upload a file. The pipe carrying the data can't send any more than a single stream of bytes for any one source at a time, so it'll take just as long to do the upload. It's just that the pipe will carry a chunck of data from this file, then a chunk of data from the next, and another chuck from the next file, and so on and so on until all the chunks of all files it sent. The network pipe cannot carry 2 chunks of two files at the same time.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionError while debug mode entering Pin
tradakad20-Jul-07 3:15
tradakad20-Jul-07 3:15 
AnswerRe: Error while debug mode entering Pin
Mr Saqib Mushtaq20-Jul-07 3:37
Mr Saqib Mushtaq20-Jul-07 3:37 
GeneralRe: Error while debug mode entering Pin
tradakad21-Jul-07 0:03
tradakad21-Jul-07 0:03 
JokeRe: Error while debug mode entering [modified] Pin
tradakad21-Jul-07 1:54
tradakad21-Jul-07 1:54 
QuestionUsing threads in a web service Pin
totig20-Jul-07 2:55
totig20-Jul-07 2:55 
GeneralRe: Using threads in a web service Pin
Colin Angus Mackay20-Jul-07 3:01
Colin Angus Mackay20-Jul-07 3:01 
AnswerRe: Using threads in a web service Pin
Colin Angus Mackay20-Jul-07 3:00
Colin Angus Mackay20-Jul-07 3:00 
GeneralRe: Using threads in a web service Pin
totig20-Jul-07 3:07
totig20-Jul-07 3:07 
Questionsession timeout redirect Pin
boyindie20-Jul-07 2:45
boyindie20-Jul-07 2:45 
AnswerRe: session timeout redirect Pin
Mr Saqib Mushtaq20-Jul-07 2:55
Mr Saqib Mushtaq20-Jul-07 2:55 
GeneralRe: session timeout redirect Pin
boyindie20-Jul-07 3:13
boyindie20-Jul-07 3:13 
Questiondatabase table listings. Pin
Sonia Gupta20-Jul-07 1:58
Sonia Gupta20-Jul-07 1:58 
AnswerRe: database table listings. Pin
N a v a n e e t h20-Jul-07 2:11
N a v a n e e t h20-Jul-07 2:11 
GeneralRe: database table listings. Pin
Sonia Gupta20-Jul-07 2:25
Sonia Gupta20-Jul-07 2:25 
GeneralRe: database table listings. Pin
wEb GuRu...20-Jul-07 2:30
wEb GuRu...20-Jul-07 2:30 
GeneralRe: database table listings. Pin
krishnamaneni.anil20-Jul-07 5:04
krishnamaneni.anil20-Jul-07 5:04 
QuestionFileUpload Control... Pin
Civic0620-Jul-07 1:56
Civic0620-Jul-07 1:56 

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.