Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Pascal Форум Информер Страны мира
   Многозадачность в Паскале    >>    wthreads
   
 
 EDI Threads - Multi-threading Library for Windows.  Eschalon Dev. Inc. 08.06.92

Библиотека для одновременной работы нескольких подзадач (threads - тредов) в одном окне под Win16. Приведены готовые библиотеки (.LIB, .DLL) без исходников, а также исходники интерфейсного модуля и тестовый пример. В примере запускаются несколько независимых веток, которые рисуют в одном окне каждый свою собственную картинку. Компилируется BP7/Windows.
EDI Threads is a complete multi-threading library for Windows and Borland Pascal 7.0 or Borland C++. With it you can easily create applications that use background printing, complex redrawing, repagination, serial port polling, text searches, and more. With EDI Threads, writing background processes for Windows applications becomes a snap!



53k 
 

Introduction ------------ EDI Threads is a complete multi-threading library for Windows. With it you can easily create applications that use background printing, complex redrawing, repagination, serial port polling, text searches, and more. There is no need to wait for Windows NT or switch to OS/2. With EDI Threads, writing background processes for Windows applications becomes a snap. Here are just some of the features of EDI Threads: - Easy to use, even when converting existing applications. - Almost any function can be turned into a thread. - Speeds up application's response time. - Automatic system-wide scheduler. - Unlimited number of threads. - Each thread uses it's own stack. - Adjustable priorities and time slices. - Pause or stop a thread at any time. - There is practically no limit to what a thread can do, including Windows and DOS calls. - NO ROYALTIES! The threads operate independently of the main program. As soon as a thread is started, control is returned to the application. By applying th