Changeset 3883 for trunk/examples

Show
Ignore:
Timestamp:
10/14/07 06:48:25 (15 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/threads/NOTES.txt

    r3856 r3883  
    99This folder contains some examples of multi-threading programming. 
    1010Multi-threading programming is only supported on some Prolog compilers. 
    11 Currently this includes SWI-Prolog and YAP (make sure that you use the  
    12 multi-threading versions of these Prolog compilers!). Moreover,  
    13 multi-threading may be turned off by default. In order to run the  
    14 examples, you may need to first turn on multi-threading support on the  
    15 Prolog config files. 
     11Currently this includes SWI-Prolog, YAP, and XSB CVS (make sure that you  
     12use the multi-threading versions of these Prolog compilers!). Moreover,  
     13multi-threading may be turned off by default. In order to run the examples,  
     14you may need to first turn on multi-threading support on the Prolog config  
     15files. 
     16 
     17Some of the examples try to benchmark single-threaded and multi-threaded  
     18solutions. Depending on the Prolog compiler, the operating-system, and the  
     19computer used, you may need to adjust the size of the problem data in order  
     20to find the threshold where multi-threading solutions begin to outperform  
     21the single-threaded solutions.