Show
Ignore:
Timestamp:
08/29/08 13:30:27 (3 months ago)
Author:
pmoura
Message:

Removed the Logtalk dispatcher thread used for dispatching asynchronous multi-threading calls, simplifying the implementation and improving the performance of the asynchronous built-in multi-threading predicates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4451 r4452  
    4141    standard Prolog built-in predicate abort/0. Corrected a bug that prevented 
    4242    the use of the command "ignore" at the redo port. 
     43 
     44    Removed the Logtalk dispatcher thread used for dispatching asynchronous  
     45    multi-threading calls, simplifying the implementation and improving the  
     46    performance of the asynchronous built-in multi-threading predicates.  
    4347 
    4448    Improved performance of multi-threading applications (specially on MacOS X)