> On Fri, Aug 26, 2005 at 04:12:19PM -0700, Alexander Kolbasov wrote: > > Do you use AF_INET or AF_UNIX sockets? > > > > I'd guess that these are AF_UNIX sockets. It looks similar to bug > > > > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6227895 or > > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6249138 > > Yes, it is AF_UNIX. However, I'm not sure a close() is at work here. > (It could be; but I can't make heads or tails out of the bug > descriptions available to the public.)
After apr_status_t sock_write() completes is the socket closed immediately or you wait somehow for the other end to read data and close only then? - Alexander Kolbasov _______________________________________________ opensolaris-code mailing list [email protected] https://opensolaris.org:444/mailman/listinfo/opensolaris-code
