Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!viusys!uxui!unislc!scl From: scl@unislc.uucp (Sean Landis) Newsgroups: comp.unix.internals Subject: MESSAGE TUNABLES Message-ID: <1991Mar6.224124.3756@unislc.uucp> Date: 6 Mar 91 22:41:24 GMT Organization: unisys Lines: 13 The system I use has some autoconfiguration capabilities. It chooses the following: MSGMNI = 50 MSGTQL = 40 I need some clarification on this. Why is MSGTQL < MSGMNI? If we allow 50 queues, what is the sense in limiting the number of messages waiting to be read less than the number of queues? Can't we have more than one message per queue? Any help would be greatly appreciated. Thanks, Sean