Re: SGI Patch 10xpatch-2.0a6-2: Reduce time resolution to 1 sec

2001-02-24 Thread William A. Rowe, Jr.
From: Greg Marr [EMAIL PROTECTED] Sent: Friday, February 23, 2001 4:56 PM Copied to the APR list, since this is an APR type. The original proposal by Roy was to make apr_time_t a structure containing a time_t for seconds, and an int for microseconds, since many/most users of this type

Re: cvs commit: apr/include apr_thread_proc.h

2001-02-24 Thread Brian Havard
On Fri, 23 Feb 2001 10:50:45 -0600, William A. Rowe, Jr. wrote: bjh 01/02/23 01:09:47 Modified:include apr_thread_proc.h Log: apr_setup_signal_thread() apr_create_signal_thread() aren't implemented on OS/2 (or needed AFAIK) so keep them out of exports list.

shmem implementation

2001-02-24 Thread William A. Rowe, Jr.
Several observations so I can finish the Win32 code that's sat on my machines for the last four months... 1. Win32 allows both anon mapping (keyed into the swap file itself) and file based mapping. We have no concept of key based mapping, since handles to shmem are very process specific

Re: Mixing Apache and Mozilla

2001-02-24 Thread Greg Stein
On Fri, Feb 23, 2001 at 07:53:02PM -0800, Wan-Teh Chang wrote: There are obviously some misconceptions about NSPR which I have responded to in private email to avoid a flame war on this mailing list. [ Thankfully, I think we're pretty immune to that here. new-httpd has a larger subscription

Re: Mixing Apache and Mozilla

2001-02-24 Thread rbb
2. Incompatible threading libraries. This is not an issue if native threads are used. Native threads are available on the latest releases of almost all the operating systems capable of running Apache. Again: valid point. I believe that APR cannot use anything *but* native