Title: | VAX and Alpha VMS |
Notice: | This is a new VMSnotes, please read note 2.1 |
Moderator: | VAXAXP::BERNARDO |
Created: | Wed Jan 22 1997 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 703 |
Total number of notes: | 3722 |
Hello, One of our customers is writing programs using the Parallel Programming Library (PPL). He would like to inquire the maximum size of the work queue ? He apparently could not find this in the manual. Please assist. Best regards Chris
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
272.1 | VM limit: see CLT::PPLRTL notes 177.* | COMEUP::SIMMONDS | lock (M); while (not *SOMETHING) { Wait(C,M); } unlock(M) | Mon Mar 03 1997 23:06 | 0 |
272.2 | PPL replaced by DECthreads... | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Tue Mar 04 1997 09:09 | 7 |
: One of our customers is writing programs using the Parallel Programming : Library (PPL). He would like to inquire the maximum size of the work queue : ? He apparently could not find this in the manual. The PPL library is no longer supported, and is now available in source code -- the supported (and portable) replacement is DECthreads. |