home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text0711.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.5 KB  |  35 lines

  1. >>>>> "William" == William Gnichtel <WangFU@msn.com> writes:
  2. In article <000120b2+0000010e@msn.com> WangFU@msn.com (William Gnichtel) writes:
  3.  
  4.  
  5.     William>     Cliff, a while back in a phone conversation I had with
  6.     William> you, you mentioned system 7 spoofing for exec2. I am
  7.     William> wondering will you be implimenting thread managment or
  8.     William> the ability to load an external thread manager (as an
  9.     William> extention) as well as the ability to load other
  10.     William> extentions? Thread managment seems to be a hanging point
  11.     William> for executor... most apps that do not require the thread
  12.     William> manager seem to work to the point that I can get them to
  13.     William> come up. How hard would it be add thread managment? How
  14.     William> far are you planning on taking this sys7 "spoofing"?
  15.  
  16. "Spoofing" means to pretend like a given task is being done when asked
  17. to do it, but not really doing it.  That works for things like sound,
  18. where the application will say "play this sound" and Executor can just
  19. tell the application "done -- it's played" even without making any
  20. noise.  The application will be happy and never know that it's been
  21. spoofed.
  22.  
  23. You can't spoof the thread manager, because of the way applications
  24. use it.  They're going to say "start up this new thread" and expect
  25. the thread to actually get started.  It's not sufficient to say "OK,
  26. that thread is started" when it's not.
  27.  
  28. Most likely thread manager support won't occur in the next six months.
  29.  
  30.     William> -Thanx
  31.  
  32. --Cliff
  33. ctm@ardi.com
  34.  
  35.