Click here to Skip to main content
15,886,518 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: variables initialization in the constructor Pin
hamster129-Aug-05 15:26
hamster129-Aug-05 15:26 
AnswerRe: variables initialization in the constructor Pin
Nemanja Trifunovic30-Aug-05 2:32
Nemanja Trifunovic30-Aug-05 2:32 
Questionpossible memory leak Pin
Saksida Bojan25-Aug-05 20:51
Saksida Bojan25-Aug-05 20:51 
AnswerRe: possible memory leak Pin
Nemanja Trifunovic26-Aug-05 2:26
Nemanja Trifunovic26-Aug-05 2:26 
QuestionCan not marshal parameter #4: The type definition of this type has no layout information. Pin
AnsGe25-Aug-05 19:04
AnsGe25-Aug-05 19:04 
AnswerRe: Can not marshal parameter #4: The type definition of this type has no layout information. Pin
HumanOsc30-Aug-05 7:21
HumanOsc30-Aug-05 7:21 
QuestionMultithreading Pin
Saksida Bojan25-Aug-05 10:41
Saksida Bojan25-Aug-05 10:41 
QuestionDownload accelarator Pin
Y_R25-Aug-05 6:23
Y_R25-Aug-05 6:23 
Hello,

I am trying to build a download accelarator (a program which downloads a file through several connections to increase the speed).

I have created four threads. Each thread downloads the file from diffrent offset and finallly I join al this parts.

The problem is that when I use one thread( without changing the thread's code) it much faster. It like the additional threads are slowing one another.

In each thread I initialize the connection (CInternetSession->CHttpSession) and later in the thread I have put a loop which downloads the files.

The initialization part is in a critical section.

Can anyone tell whats wrong. Did anyone encountered similar problem?



Sincerely yours
Y.R.
QuestionDriver interface Pin
Paresh emb25-Aug-05 5:52
Paresh emb25-Aug-05 5:52 
QuestionManifest Pin
Alex_Y25-Aug-05 2:36
Alex_Y25-Aug-05 2:36 
QuestionCall dll problem Pin
Kash25-Aug-05 0:22
Kash25-Aug-05 0:22 
AnswerRe: Call dll problem Pin
ursus zeta25-Aug-05 5:34
ursus zeta25-Aug-05 5:34 
QuestionCan't close main form!! Pin
richiemac24-Aug-05 23:58
richiemac24-Aug-05 23:58 
AnswerRe: Can't close main form!! Pin
Saksida Bojan25-Aug-05 20:50
Saksida Bojan25-Aug-05 20:50 
GeneralRe: Can't close main form!! Pin
richiemac25-Aug-05 21:55
richiemac25-Aug-05 21:55 
GeneralRe: Can't close main form!! Pin
Saksida Bojan28-Aug-05 10:46
Saksida Bojan28-Aug-05 10:46 
GeneralVisual Studio 2005 Pin
Anonymous24-Aug-05 20:33
Anonymous24-Aug-05 20:33 
GeneralRe: Visual Studio 2005 Pin
toxcct24-Aug-05 23:11
toxcct24-Aug-05 23:11 
GeneralRe: Visual Studio 2005 Pin
Anonymous25-Aug-05 1:25
Anonymous25-Aug-05 1:25 
GeneralRe: Visual Studio 2005 Pin
toxcct30-Aug-05 4:07
toxcct30-Aug-05 4:07 
GeneralCobList deleting last element asserts!!! HELP ME Pin
dharani22-Aug-05 0:16
dharani22-Aug-05 0:16 
GeneralRe: CobList deleting last element asserts!!! HELP ME Pin
Christian Graus22-Aug-05 10:49
protectorChristian Graus22-Aug-05 10:49 
GeneralNeed to generate the inner polygon with given tolerance Pin
uma_kanth_k21-Aug-05 22:01
uma_kanth_k21-Aug-05 22:01 
GeneralRe: Need to generate the inner polygon with given tolerance Pin
dharani22-Aug-05 1:55
dharani22-Aug-05 1:55 
Generalhelp me pls Pin
neodeaths21-Aug-05 5:16
neodeaths21-Aug-05 5:16 

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.