Board index » delphi » Multi-Tasking/Multi-Processing ideas need critizism
Joe Radkowski
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Joe Radkowski
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Multi-Tasking/Multi-Processing ideas need critizismCurrently I am working on making a BBS software into a MULTI-TASKING My current idea is to just have a repeat until statement around port Thanks! |
Sundial Servic
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Multi-Tasking/Multi-Processing ideas need critizismQuoteIn article <33224F61.5...@psu.edu> Joe Radkowski <fjr...@psu.edu> writes: tasking" packages, with source code, that might be helpful in your design work. A thread that "polls" each of the ports for incoming data could certainly be among your designs. A message-based multitasking scheme, like the familiar Windows, might also |
Reinald Fisch
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Multi-Tasking/Multi-Processing ideas need critizismQuoteJoe Radkowski <fjr...@psu.edu> wrote: - tasker.zip to find at Simtel /msdos/turbopas Maybe you find some more links at the (good) pascal-page I didn't try them all, because I use since 4 years for Borland-Pascal http://www.on-time.com With simple DOS I can use our old XT's, AT's and 386's for automation, Under DOS you have in your pascal-program preemtive multitasking (=threading), The product is not cheap, but if you (after some time) understand the Good luck Reinald Fischer |
Hilton Janfie
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Multi-Tasking/Multi-Processing ideas need critizismQuote>Currently I am working on making a BBS software into a MULTI-TASKING make each node have it's own temp directory, setup file sharing, and let the user run multiple copies of the program under Winblows or DESQview or Obsolete System (OS) /2. I think. That should work.. :) -- |
Glenn Weavi
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Multi-Tasking/Multi-Processing ideas need critizismOn Sun, 09 Mar 1997 00:49:21 -0500, Joe Radkowski <fjr...@psu.edu> Quote>Currently I am working on making a BBS software into a MULTI-TASKING Borland & Stony Brook Pascal, and C). We've written a database intensive, real-time-protocol PC application Having taken a deep breath and purchased RTK, we've never looked back: Bottom line: if it's a serious app which you are going to support Best wishes, Glenn. |