On Tue, Jul 19, 2011 at 12:39 PM, Alexandre Julliard <[email protected]> wrote: > Grazvydas Ignotas <[email protected]> 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
