--


RE: Thread timing and Demo #6

by (no login)

 

I've implemented and tested a "cost" system that estimates the time cost of running sequences of code between conditional entry/exit points. At the end of each sequence the time cost is added to an accumulative time cost. If that accumulative time cost is greater that a threshold value it performs a C++ Sleep(1); statement which gives other threads a chance to get things done. I've also added a Sleep(0); statement inside INKEY$ however with the previous improvement it is probably superfluous.

My current goals for Demo #6 are:
Fix all reported bugs in Demo #5
Implement user defined SUBS/FUNCTIONS
Add support for missed internal subs/functions like DRAW etc.

Posted on Jan 30, 2008, 2:28 AM

Respond to this message   

Return to Index

Response TitleAuthor and Date
That's a lot on your plate for demo #6. Any Idea of when that will be done?Pete on Jan 30
 Demo #6 is due for release by the end of February on Jan 30
  Besides you already explained that to get subs.... on Jan 30
The threads on Jan 30
 I came to the same conclusion too PhyloGenesis... on Jan 31

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