![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SuSE SUSE Linux is a major operating system. The developer rights are owned by Novell, Inc. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| message queues | tolkki | UNIX for Advanced & Expert Users | 1 | 08-25-2008 07:30 PM |
| UNIX Message Queues vs. Sockets | zen29sky | UNIX for Advanced & Expert Users | 2 | 03-21-2007 01:56 PM |
| shared memory and message queues | rvan | High Level Programming | 2 | 01-22-2007 09:17 AM |
| message queues | sukaam | UNIX for Dummies Questions & Answers | 2 | 07-22-2005 05:41 AM |
| Message queues | mgchato | High Level Programming | 9 | 05-31-2005 12:15 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
SLES - 10 -DFLT_MSGMAX - Message queues in /usr/src/linux/ipc/mqueue.c
Folks,
Does anyone know the magic to balancing out the: DFLT_MSGMAX and the DFLT_MSGSIZEMAX values? Is there some magical formula... We have a home grown program that is choking we think because of these values (the 10 and the 8192 defaults) Thanks, thomas B. #define DFLT_MSGMAX 10 /* max number of messages in each queue */ #define HARD_MSGMAX (131072/sizeof(void*)) #define DFLT_MSGSIZEMAX 8192 /* max message size */ |
![]() |
| Bookmarks |
| Tags |
| unresolved, unresolved for weeks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|