[Bug 17195] NamedPipe datagrams need to be _really_ datagrams

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 4 02:53:59 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=17195

--- Comment #63 from Adam Martinson <adam.r.martinson at gmail.com> 2012-01-04 02:53:59 CST ---
Alright, another idea, but a PITA to implement.  This should be portable and
give us the kind of low-level control we need to get correct behavior. 
Basically we implement the pipe's read/write buffers as shm segments protected
by mutei.  Then the server can just maintain the data stream internally as a
list (or pair of lists for duplex).  Huge PITA, as we'll have to make files for
each pipe instance so we have something for ftok(), but should work.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list