Re: Event ring.

2000-09-07 Thread Ralf S. Engelschall
not a native English speaker writer. If someone has a suggestion where and how the documentation can be made clearer, feel free to make suggestions. Ralf S. Engelschall [EMAIL PROTECTED

Re: scheduler performance

2000-09-10 Thread Ralf S. Engelschall
standardized and portable) functions, etc. Please feel free to make more suggestions in this optimization direction. Greetings, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: system() problem...

2000-10-03 Thread Ralf S. Engelschall
I've now written such a pth_system() function. The source is appended below. You can use this in your own source until Pth 1.4a4 is released. Yours, Ralf S. Engelschall [EMAIL PROTECTED

Re: newbi help... how do i send a single null char using pth_msgport_put

2000-10-17 Thread Ralf S. Engelschall
]; }; ... pth_msgport_t mp; struct mymessage msg; msg.buf[0] = 0; pth_msgport_put(mp, (pth_message_t *)msg); ... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: pth_nap() never wakes up bug

2001-02-25 Thread Ralf S. Engelschall
eries soon, too. Thanks for your feedback and contribution. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: nanosleep()

2001-05-21 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ GNU Portable Threads (Pth)http://www.gnu.org/software/pth/ User Support

Re: usage of FALSE for preprocessor conditions in pth.h

2001-11-12 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ GNU Portable Threads (Pth)http://www.gnu.org/software/pth/ User Support Mailing

Re: pth 1.4.0 on HP/Sun 64bit / cvs permission error

2002-01-27 Thread Ralf S. Engelschall
environment of my OSSP project. This is solved in a couple of days when I've established Anonymous-CVS access to OSSP. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Pth in a kernel

2002-01-30 Thread Ralf S. Engelschall
at various places inside Pth's internals if Pth changes its structures. But start hacking at pth_mctx.c... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: dlsym(RTLD_NEXT) alternative to syscall() for hard wrappers

2002-10-15 Thread Ralf S. Engelschall
think it would be sufficient if libc is dynamically linked, but Pth itself is still allowed to be statically included in the application, right? Ralf S. Engelschall [EMAIL PROTECTED

Re: Pth Manual versions out of synch

2002-10-15 Thread Ralf S. Engelschall
to get rid of the obsolete references to PTH_FLAG_NOJOIN, while the Postscript still has the references left in. Fixed. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: netbsd and pth threads

2002-10-23 Thread Ralf S. Engelschall
forces --enable-syscall-soft. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ GNU Portable Threads (Pth

pth_uctx_* (was: Re: pth_msgport_create() and pth_mctx_*())

2002-11-03 Thread Ralf S. Engelschall
or higher. An example you can find in test_uctx.c. Documentation is in pth.pod. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

[ANNOUNCE] GNU Pth 2.0b0 (beta version)

2002-11-07 Thread Ralf S. Engelschall
.tar.gz The complete ChangeLog you can find under http://cvs.ossp.org/pkg/lib/pth/ChangeLog. Please give feedback to make GNU Pth 2.0 as good as it can be. Yours, Ralf S. Engelschall [EMAIL PROTECTED

Re: [ANNOUNCE] GNU Pth 2.0b0 (beta version)

2002-11-07 Thread Ralf S. Engelschall
not specify -ldl. You have to use pth-config --all --libs to also get external dependency libs, too. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

[ANNOUNCE] GNU Pth 2.0b1

2002-11-08 Thread Ralf S. Engelschall
it a try, please. http://www.ossp.org/pkg/lib/pth/ http://cvs.ossp.org/pkg/lib/pth/ChangeLog ftp://ftp.ossp.org/pkg/lib/pth/pth-2.0b1.tar.gz Yours, Ralf S. Engelschall [EMAIL PROTECTED

Re: [ANNOUNCE] GNU Pth 2.0b1

2002-11-13 Thread Ralf S. Engelschall
On Tue, Nov 12, 2002, Jason Evans wrote: On Fri, Nov 08, 2002 at 09:36:52PM +0100, Ralf S. Engelschall wrote: Thanks for your feedback. Even more integrated fixes and changes now await our testing. After mostly rewriting pth_poll(3) and pth_select(3) in order to be more POSIX.1-2001/SUSv3

Re: pth and mysql

2002-11-13 Thread Ralf S. Engelschall
(ftp://ftp.ossp.org/pkg/lib/pth/) and use even hard syscall mapping. This should give Pth better possibility to inject itself into the MySQL code. Ralf S. Engelschall [EMAIL PROTECTED

Re: compiler warning fixes for pth-1.4.1

2002-11-29 Thread Ralf S. Engelschall
On Sat, Nov 30, 2002, Joseph Wayne Norton wrote: The following patch fixes a few minor compiler warnings for the following platform and configure options. [...] Fixed now for 2.0b2: http://cvs.ossp.org/chngview?cn=2940 Thanks for your feedback. Ralf S

ANNOUNCE: GNU Pth 2.0b2

2002-12-04 Thread Ralf S. Engelschall
I've today flushed more pending changes and released the result as GNU Pth 2.0b2. Try it out and give feedback, please. You can find it at: ftp://ftp.ossp.org/pkg/lib/pth/ Ralf S. Engelschall [EMAIL PROTECTED

Any open issues before Pth 2.0.0?

2003-01-28 Thread Ralf S. Engelschall
to make sure I've not missed an important issue. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ GNU

Re: Pth Configuration Problem on HP-UX

2003-02-05 Thread Ralf S. Engelschall
that this particular Autoconf test is not run at all. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

[ANNOUNCE] GNU Pth 2.0.0

2003-02-17 Thread Ralf S. Engelschall
/ Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ GNU Portable Threads (Pth)http://www.gnu.org/software/pth

Re: include file order

2003-04-03 Thread Ralf S. Engelschall
with it). Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ GNU Portable Threads (Pth)http://www.gnu.org

Re: Line-oriented blocking input from sockets?

2003-07-13 Thread Ralf S. Engelschall
test_common.c in the Pth source tree. It provides a pth_readline() function (just a small but sufficient buffered wrapper around pth_read()) which should do exactly what you want. Ralf S. Engelschall [EMAIL PROTECTED

Re: Line-oriented blocking input from sockets?

2003-07-14 Thread Ralf S. Engelschall
levels or other functions uses large buffers on the stack, this is no problem. But if you require really lots of stack space, you should be careful or at least spawn the Pth threads with a larger stack size. Ralf S. Engelschall

Re: Line-oriented blocking input from sockets?

2003-07-14 Thread Ralf S. Engelschall
for true portability and non-preemtive scheduling. But usually that's just a matter of programming discipline... ;-) Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Line-oriented blocking input from sockets?

2003-07-15 Thread Ralf S. Engelschall
? (I would assume so, if you're using a global select under the covers.) Sure, if _all_ threads are waiting for an event, the whole process is waiting. And yes, internally the whole event management is based on a single select(2) call. Ralf S. Engelschall

Re: compilation issue for 2.0.1

2004-08-14 Thread Ralf S. Engelschall
your va_arg() is confused by the function pointer type. Under what OS and C compiler are you trying this? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: test_select for(;;) question

2004-09-12 Thread Ralf S. Engelschall
would be to catch SIGINTR in the loop and break out of the loop. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

[ANNOUNCE] GNU Pth 2.0.2

2004-09-12 Thread Ralf S. Engelschall
Another maintenance release of GNU Pth 2.0 is available: GNU Pth 2.0.2. See ChangeLog entries below for details. Fetch it from: o ftp://ftp.gnu.org/gnu/pth/ o ftp://ftp.ossp.org/pkg/lib/pth/ Yours, Ralf S. Engelschall

Re: pth_equal

2004-09-12 Thread Ralf S. Engelschall
, but the proper syntax is just subscribe pth-users. The variant with the second subscribe argument is just required if your sender and subscriber addresses should be different. Ralf S. Engelschall [EMAIL PROTECTED

Re: Pth Initialization With User Space Contexts

2004-12-03 Thread Ralf S. Engelschall
contexts (pth_init)? The test/example (test_uctx.c) does not seem to do any initialization. No, the pth_uctx_xxx() sub-API is fully self-contained. You don't have to initialize Pth via pth_init() for it to work. Ralf S. Engelschall

Re: Bug in Configure for gpgme under Solaris

2005-10-06 Thread Ralf S. Engelschall
|___/ http://kogs-www.informatik.uni-hamburg.de/~utcke/home.html - End forwarded message - Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com