Re: file-descriptor probs.
From: Greg Stein <gstein_at_lyra.org>
Date: 2001-09-20 02:40:48 CEST
On Thu, Sep 20, 2001 at 12:43:39AM +0100, Joe Orton wrote:
Yup. I alluded to that earlier, which is why Bill went and looked for those
> > I don't know how to solve this except by moving neon on top of APR, or
Yes... it does :-) I suggested that interface, and the excellent Mr Orton
> But SVN wants a "push" interface: it's hard to offer this
Nah. We can spin up a second thread, establish a pipe between the two
*slap*
Okay. Sorry. :-)
We don't actually have to go to that extreme. We can use Neon's callback to
That said: having a "push" interface in Neon would be quite nice -- it would
> Having neon support APR just makes the workaround for this API mismatch
No need for it, as we can use the callback functions per above.
However, the problem that Ben is seeing is much more subtle, and indicates a
write(4,0x8111ae2,19) = 19 (0x13)
The first write() is putting the svndiff into the temp file. Then we rewind
The problem is that the read() returns EBADF, but there is no close(!)
Anybody ever see this before? (on FreeBSD, recall)
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:42 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.