Mail Archives: djgpp/2003/01/02/15:15:24
| From: | "deckerben" <bdeck AT lycos DOT co DOT uk>
|
| Newsgroups: | comp.os.msdos.djgpp
|
| Subject: | sigaltstack
|
| Date: | Thu, 2 Jan 2003 21:02:02 +0100
|
| X-Priority: | 3
|
| X-MSMail-Priority: | Normal
|
| X-Newsreader: | Microsoft Outlook Express 6.00.2600.0000
|
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000
|
| Lines: | 23
|
| Message-ID: | <3e149a66$0$8311$9b622d9e@news.freenet.de>
|
| NNTP-Posting-Host: | 80.184.5.1
|
| X-Trace: | 1041537638 news.freenet.de 8311 80.184.5.1:1101
|
| X-Complaints-To: | abuse AT freenet DOT de
|
| To: | djgpp AT delorie DOT com
|
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
| Reply-To: | djgpp AT delorie DOT com
|
Greetings!
I am expirementing with several thread packages. I tried pthreads, but all
test programs terminate immediately when they require any kind of mutex
lock, etc.
I tried a cooperative LWP package, which *ran*... and ran well (in the
demos) I am not sure if it will be enough, though.
I asked the threads group about it and someone recommended pth. The version
that seems to hold the best potential for a quick working port IMO is 1.1.6.
But (at least this version) needs a second stack (probably for keeping track
of mutex, i don't know...). DJGPP has no sigstack or sigaltstack.
Is this something doable, or should I just stop now and not waste my time.
Ben
- Raw text -