Re: SysV IPC message queues

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Kyle Hubert
Date: Monday, March 22, 2010 - 1:46 am

OK, so the Linux kernel implementation does syscalls for SysV IPC
message queues, hence the lack of freeing resources when IPC_PRIVATE
is used. If IPC_PRIVATE is used, can't we open a file descriptor for
the user process, and it's file operation on close would just call
freequeue?

Thanks,

-Kyle Hubert

On Sun, Mar 21, 2010 at 7:28 PM, Kyle Hubert <khubert@gmail.com> wrote:
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
SysV IPC message queues, Kyle Hubert, (Sun Mar 21, 7:28 pm)
Re: SysV IPC message queues, Kyle Hubert, (Mon Mar 22, 1:46 am)
Re: SysV IPC message queues, David Newall, (Mon Mar 22, 12:02 pm)