Click here to Skip to main content
16,015,018 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralConnecting to pastel Pin
Member 20223418-Jun-05 23:20
Member 20223418-Jun-05 23:20 
GeneralRe: Connecting to pastel Pin
Christian Graus9-Jun-05 0:43
protectorChristian Graus9-Jun-05 0:43 
GeneralRe: Connecting to pastel Pin
Dave Kreskowiak9-Jun-05 5:14
mveDave Kreskowiak9-Jun-05 5:14 
GeneralRe: Connecting to pastel Pin
toxcct9-Jun-05 5:32
toxcct9-Jun-05 5:32 
GeneralVB.NET Controls Pin
meetaqadir8-Jun-05 22:54
meetaqadir8-Jun-05 22:54 
GeneralRe: VB.NET Controls Pin
Christian Graus9-Jun-05 0:44
protectorChristian Graus9-Jun-05 0:44 
GeneralHelp regarding cache the assemplies to speed up the VB.net application Pin
prashant79_pawar8-Jun-05 20:45
prashant79_pawar8-Jun-05 20:45 
GeneralRe: Help regarding cache the assemplies to speed up the VB.net application Pin
Christian Graus9-Jun-05 0:49
protectorChristian Graus9-Jun-05 0:49 
You keep asking this, so here is a story. A couple of dudes in the 70's were writing implimentations of the game of life, and trying to be the fastest. They were both trying to optimie existing code, and one told the other he'd figured out how to double his speed. The other guy spent the night trying to optimise his code, he couldn't get more than a small speed increase. So he thought it through and rewrote it with a new algorithm ( he essentially wrote a compiler that compiled game of life ) and got a 5 x speed increase. The next day his friend told him he was mistaken.

I wrote an image processing algorithm that was pretty intense, in C#. It took 2 minutes to process an image. I converted it to C++ and it took 12 HOURS. I optimised the code, and now it takes 8 seconds.

The moral of the story is, you're not getting an answer because there is no help for you, based on what you're asking. Like I said earlier, get rid of COM+ and the network traffic ( did you really try it without COM+ ? I am astounded how quick you did that ), but the core problem is almost certainly not with vb.net, but the code you have written. Get a code coverage tool, work out the bottlenecks, and then fix them. Perhaps you hit the database too often. Perhaps you're building objects you could cache. And perhaps it's just going as fast as it can.

Christian Graus - Microsoft MVP - C++
GeneralRe: Help regarding cache the assemplies to speed up the VB.net application Pin
Dave Kreskowiak9-Jun-05 5:11
mveDave Kreskowiak9-Jun-05 5:11 
GeneralRe: Help regarding cache the assemplies to speed up the VB.net application Pin
Dave Kreskowiak9-Jun-05 5:27
mveDave Kreskowiak9-Jun-05 5:27 
Generalvb call Pin
Anonymous8-Jun-05 18:54
Anonymous8-Jun-05 18:54 
GeneralRe: vb call Pin
Christian Graus8-Jun-05 19:37
protectorChristian Graus8-Jun-05 19:37 
GeneralRe: vb call Pin
Anonymous8-Jun-05 23:28
Anonymous8-Jun-05 23:28 
GeneralRe: vb call Pin
Dave Kreskowiak9-Jun-05 5:07
mveDave Kreskowiak9-Jun-05 5:07 
GeneralSpped up VB.Net application Pin
prashant79_pawar8-Jun-05 18:46
prashant79_pawar8-Jun-05 18:46 
GeneralRe: Spped up VB.Net application Pin
Christian Graus8-Jun-05 18:48
protectorChristian Graus8-Jun-05 18:48 
GeneralRe: Spped up VB.Net application Pin
Rizwan Bashir8-Jun-05 22:48
Rizwan Bashir8-Jun-05 22:48 
GeneralRe: Spped up VB.Net application Pin
prashant79_pawar9-Jun-05 0:48
prashant79_pawar9-Jun-05 0:48 
GeneralRe: Spped up VB.Net application Pin
Dave Kreskowiak9-Jun-05 4:15
mveDave Kreskowiak9-Jun-05 4:15 
GeneralReflector Pin
hungmitec8-Jun-05 18:37
hungmitec8-Jun-05 18:37 
GeneralRe: Reflector Pin
Christian Graus8-Jun-05 18:50
protectorChristian Graus8-Jun-05 18:50 
GeneralRe: Reflector Pin
hungmitec8-Jun-05 20:06
hungmitec8-Jun-05 20:06 
GeneralRe: Reflector Pin
Dave Kreskowiak9-Jun-05 4:13
mveDave Kreskowiak9-Jun-05 4:13 
Questionhow to delete rows in datagrid?tnx Pin
8-Jun-05 18:34
suss8-Jun-05 18:34 
AnswerRe: how to delete rows in datagrid?tnx Pin
Dave Kreskowiak9-Jun-05 4:06
mveDave Kreskowiak9-Jun-05 4:06 

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.