--


The threads

by (Login PhyloGenesis)
R

 

You should _not_ slow down the program according to suspected points and estimates, and especially not using sleep. I don't know why you would use Sleep(0) in INKEY$. a) I always use that to make it wait until the user presses a key and b) Sleep(0) is otherwise doing nothing.

I wrote here how other programs do it, and hope that QB64 will make typical C++-style applications (in the way it runs).
http://www.network54.com/Forum/585676/message/1201687761/Speed%2C+delays%2C+OS%27s%2C+multi-threading

Btw, thank you Pete, it took forever to write that, I'm glad somebody caught it down in that big mess of posts.

PhyloGenesis


------------------------
"For each programmer, there is an equal and opposite programmer who can't stand to read the first programmer's code." - Snook

Posted on Jan 30, 2008, 10:11 AM

Respond to this message   

Return to Index

Response TitleAuthor and Date
I came to the same conclusion too PhyloGenesis... on Jan 31

 Copyright © 1999-2008 Network54. All rights reserved.   Terms of Use   Privacy Statement