Re: Possibly OT: g++ 4.0.1 on Mac OS X

2007-07-05 Thread Graham Dumpleton
On 06/07/07, Farokh Irani [EMAIL PROTECTED] wrote: I'm trying to link together a couple of .o files into a .so file using g++. The problem is that even though I have a -o specified, no file is generated and no error comes up. Any pointers on how to figure out what might be going on, or even

Re: [PATCH] pid safety checks for 2.2.x

2007-07-05 Thread Jim Jagielski
On Jul 4, 2007, at 12:52 PM, Joe Orton wrote: On Thu, Jun 28, 2007 at 12:50:37PM -0400, Jim Jagielski wrote: On Jun 28, 2007, at 7:56 AM, Joe Orton wrote: So, final comments on this? If there's consensus that this is the approach to take I'll revert the pidtable stuff out of trunk, commit

Re: Async write completion for 2.2.x?

2007-07-05 Thread Paul Querna
Jim Jagielski wrote: Any interest in seeing if the Async write completion code in trunk would be suitable for backporting to 2.2? The biggest problem is that async write completion in trunk got tied up in doing async reads, and some of those patches got reverted because they broke too much