Re: Posix Threading

2001-09-06 Thread Terry Lambert
John Baldwin wrote: > >> If the intent is to have "a pool of idle threads", ready to > >> go when you get request traffic, and get around the latency, > >> well, you'd do a lot better in the latency department if you > >> went to a finite state automaton, instead of messing with > >> threads. But

Re: Posix Threading

2001-09-05 Thread John Baldwin
[ I really hate it when my window manager gets stuck in a loop spinning while I'm composing a mail message and I forget to fix up the mail message. *sigh* ] > On 05-Sep-01 Terry Lambert wrote: >> [EMAIL PROTECTED] wrote: >>> >>> Hi All, >>> I am trying to create threads under HP-UX 11 using

Re: Posix Threading

2001-09-05 Thread John Baldwin
On 05-Sep-01 Terry Lambert wrote: > [EMAIL PROTECTED] wrote: >> >> Hi All, >> I am trying to create threads under HP-UX 11 using POSIX threads library >> and >> using the method pthread_create(...). >> >> But I don't know how can I create a thread in a suspended state. > > First the obligator

Re: Posix Threading

2001-09-05 Thread Terry Lambert
[EMAIL PROTECTED] wrote: > > Hi All, > I am trying to create threads under HP-UX 11 using POSIX threads library and > using the method pthread_create(...). > > But I don't know how can I create a thread in a suspended state. First the obligatory "off topic" humor: This is not the place to ask

Re: Posix Threading

2001-09-05 Thread Garrett Rooney
On Wed, Sep 05, 2001 at 04:18:19PM +0100, [EMAIL PROTECTED] wrote: > > > Hi All, > I am trying to create threads under HP-UX 11 using POSIX threads library and > using the method pthread_create(...). > > But I don't know how can I create a thread in a suspended state. > > Thanks in advance T

Posix Threading

2001-09-05 Thread Ullasan_Kottummal
Hi All, I am trying to create threads under HP-UX 11 using POSIX threads library and using the method pthread_create(...). But I don't know how can I create a thread in a suspended state. Thanks in advance Ullasan