Re: Quick question: AIO / SMP / process-based threading

2001-07-05 Thread Bernd Walter
On Tue, Jul 03, 2001 at 04:21:14AM -0700, Terry Lambert wrote: Michael C . Wu wrote: On Sat, Jun 30, 2001 at 05:47:49AM +, E.B. Dreger scribbled: | 1. Is AIO SMP-safe? AIO is not safe, SMP or not. Are you maybe confusion AIO (a POSIX mandated API) with async mounts? AIO

Re: Quick question: AIO / SMP / process-based threading

2001-07-03 Thread Terry Lambert
Michael C . Wu wrote: On Sat, Jun 30, 2001 at 05:47:49AM +, E.B. Dreger scribbled: | 1. Is AIO SMP-safe? AIO is not safe, SMP or not. Are you maybe confusion AIO (a POSIX mandated API) with async mounts? AIO works fine, I think, and is happy with SMP. -- Terry To Unsubscribe: send

Re: Quick question: AIO / SMP / process-based threading

2001-07-01 Thread Alfred Perlstein
* E.B. Dreger [EMAIL PROTECTED] [010630 22:51] wrote: Date: Sat, 30 Jun 2001 22:28:29 -0500 From: Alfred Perlstein [EMAIL PROTECTED] Can you point to some specific PRs about this or crashdumps before (or at least while) taking pot shots at the AIO implementation? In the mean time,

Re: Quick question: AIO / SMP / process-based threading

2001-07-01 Thread Bernd Walter
On Sun, Jul 01, 2001 at 03:51:10AM +, E.B. Dreger wrote: Date: Sat, 30 Jun 2001 22:28:29 -0500 From: Alfred Perlstein [EMAIL PROTECTED] Can you point to some specific PRs about this or crashdumps before (or at least while) taking pot shots at the AIO implementation? In the mean

Re: Quick question: AIO / SMP / process-based threading

2001-06-30 Thread Richard Hodges
On Sat, 30 Jun 2001, Michael C . Wu wrote: On Sat, Jun 30, 2001 at 05:47:49AM +, E.B. Dreger scribbled: | 1. Is AIO SMP-safe? AIO is not safe, SMP or not. That is a pretty strong statement. Could you add some more information on this? I have had problems with AIO last year, but I

Re: Quick question: AIO / SMP / process-based threading

2001-06-30 Thread Alfred Perlstein
* Michael C . Wu [EMAIL PROTECTED] [010630 14:05] wrote: On Sat, Jun 30, 2001 at 05:47:49AM +, E.B. Dreger scribbled: | 1. Is AIO SMP-safe? AIO is not safe, SMP or not. | 2. If not, how could one force coherency? (Read and rewrite locked |a word from each cache line?) Is it

Re: Quick question: AIO / SMP / process-based threading

2001-06-30 Thread E.B. Dreger
Date: Sat, 30 Jun 2001 22:28:29 -0500 From: Alfred Perlstein [EMAIL PROTECTED] Can you point to some specific PRs about this or crashdumps before (or at least while) taking pot shots at the AIO implementation? In the mean time, until somebody can substantiate that claim... is AIO SMP safe?

Quick question: AIO / SMP / process-based threading

2001-06-29 Thread E.B. Dreger
Quick question(s): 1. Is AIO SMP-safe? 2. If not, how could one force coherency? (Read and rewrite locked a word from each cache line?) Is it worth the effort, or should one not use AIO across process boundaries? I'm asking primarily about 4.x, unless anyone has good guesses of how 5.x

Re: Quick question: AIO / SMP / process-based threading

2001-06-29 Thread Michael C . Wu
On Sat, Jun 30, 2001 at 05:47:49AM +, E.B. Dreger scribbled: | 1. Is AIO SMP-safe? AIO is not safe, SMP or not. | 2. If not, how could one force coherency? (Read and rewrite locked |a word from each cache line?) Is it worth the effort, or should |one not use AIO across process