POSIX msgQ's and timers for Linux?

POSIX msgQ's and timers for Linux?

Post by Greg Owen Walke » Wed, 02 Jun 1999 04:00:00



Does Linux currently support POSIX message queues and
POSIX timers?

That is, does Linux support mq_send(), mq_receive(),
timer_settime(), etc?

I found POSIX semaphores in the glibc2 libpthread...

I'm trying to write an application portable to Linux, VxWorks,
Solaris and other sufficiently POSIX systems. POSIX message queues
and timers are required.

Thanks for letting me know,

Greg Walker

 
 
 

POSIX msgQ's and timers for Linux?

Post by G. Sumner Haye » Thu, 03 Jun 1999 04:00:00



> Does Linux currently support POSIX message queues and
> POSIX timers?

> That is, does Linux support mq_send(), mq_receive(),
> timer_settime(), etc?

No.  It's on the agenda, but not being actively developed AFAIK.
Commonly used IPC either uses the SysV stuff(ugh) or pipes/sockets/
mmap() shm for communication and select/poll or queued real-time
signals (completion ports) or fcntl for syncronization.

--Sumner

 
 
 

1. George Anzinger's high res timers and posix timers

Linus (marcello too),

        please please please please apply George's patches.

        increasing HZ to 1000 is a painful hack that hurts us all in excange for a
very small benefit to a very limited set of services.

        George's solution provides high res timers for those services and users that
want it without penalizing those who don't.

        please please please.

        if nothing else, put it in with default config to off.

--      Mark Salisbury

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. ProFTP Help !!! Please !!!

3. High-res-timers part 3 (POSIX clocks & timers) take 5

4. apache module - how to send a binary file

5. POSIX timers versus System V timers

6. Raising DSR...

7. High-res-timers part 3 (POSIX clocks & timers) take 2

8. modeline for 1280x1024@76HZ monitor(Sony GDM20D10)

9. High-res-timers part 3 (POSIX clocks & timers) take 3

10. High-res-timers part 3 (POSIX clocks & timers) take 4

11. can't get POSIX timer working

12. POSIX timers doesn'r work when I change my system clock backward

13. what's difference between Posix and non-posix