>
> I'm currently using Linux Redhat, ProC is using pthreads.
>
> I heard from a jabber developer that pth is also using pthreads, and thus
> the conflicts...but when I tried to see if pth is using pthreads, I cannot
> find
> any links using ldd.
That is incorrect, pth is not *using* pthreads, but simply emulating the
API.
I'm not sure how difficult it would be to get a pthreaded library working
within an entirely pth-threaded server (or more specifically, the 1.0
jabber server), but it's not to hard to simply interact with the pthreaded
library via another process and communicate requests/responses to that
process.
Paul: also, the 1.2 jabber server (due out in ~1 month) will have built
that functionality (cooperating w/ external processes, such as perl/python
scripts or java) and the 1.4 server (this fall) will have abstracted out
the threading so you can use pth or pthreads.
Jer
______________________________________________________________________
GNU Portable Threads (Pth) http://www.gnu.org/software/pth/
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager (Majordomo) [EMAIL PROTECTED]