> If it executes sequentially, then I can just make function calls
> instead of
> creating threads isnt it? Or, is there a way that I can make it work
> differently?
>
> Sri.

        It depends upon what you're doing. Nothing in the POSIX standard requires
timeslicing. The usual reason you use PTH is so that you can continue to
make progress even when one thread blocks.

        What affect are you trying to get? If PTH is not working for you, then odds
are your code is not actually POSIX-compliant.

        DS

______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to