19 Jul
2011
19 Jul
'11
4:58 p.m.
On Tue, Jul 19, 2011 at 12:39 PM, Alexandre Julliard <julliard(a)winehq.org> wrote:
Grazvydas Ignotas <notasas(a)gmail.com> writes:
ok, what about expanding fd cache in dlls/ntdll/server.c with some functions to allow attaching a pointer to a handle? That would increase cache memory usage though, but perhaps something else could use this too..
Handles can be shared across processes.
What about abusing F_GETFD/F_SETFD FD_CLOEXEC flag on file descriptor then? -- GraÅžvydas