Re: Win32 port survey results
[email protected] (Artur Bergman)
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 27 Mar 2000, Joshua N Pritikin wrote: > On Mon, Mar 27, 2000 at 02:52:26PM +0100, [email protected] wrote: > > PS I have just noted a worrying point in the MsgWaitForMultipleObjects > > documentation. It seems that the maximum number of objects which can be > > waited on is about 32. This doesn't seem like a lot to me - is it likely to > > be an issue > > What does Microsoft recommend? Is the use of threads manditory? > > > (do select() and/or poll() have similar limits?) > > No. > Yes they have, select atleast, but significantly larger and always changeable by either changing kernel defines or someother os specific way, also the limit is different on different OS. Artur