On Tue, 5 Feb 2002, Albert Chin wrote:
> On Mon, Feb 04, 2002 at 11:46:45AM -0500, Daniel Berlin wrote:
> > Anyway, this patch adds a thread that auto-removes log files every minute.
> > This is the right speed for my use, which currently consists of lots of
> > large cvs repository conversions (which are repeated commits, rather than
> > imports).
>
> BTW, HP-UX 10.20 doesn't support POSIX threads so the pthread_create()
> will fail. What do we do for non-thread-aware platforms?
>
I sent a follow up patch that uses apr threads, which should be mappable
on HP-UX's dce thread interface.
> For IRIX 6.2, you need a patch to enable threads so out of the box it
> probably won't work there either.
>
>
IRIX 4, 5, and 6 implement setcontext/getcontext/makecontext/swapcontext,
even if only 6.3+ include pthreads out of the box
You could use these to implement user level threads if you have to.
But that's way overboard, in any case.
--Dan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:04 2006