Re: Message queue. can it get blocked?

2006-02-08 Thread guy keren
On Wed, 8 Feb 2006, Gilad Ben-Yossef wrote: > guy keren wrote: > > > if anyone is using sys V message queues, they should scrap them ;) > > With this notion i tend to agree. The problem is that while Linux (2.6+) > does implement POSIX message queues which are oh so better, their > implmentation

Re: Message queue. can it get blocked?

2006-02-08 Thread Gilad Ben-Yossef
guy keren wrote: if anyone is using sys V message queues, they should scrap them ;) With this notion i tend to agree. The problem is that while Linux (2.6+) does implement POSIX message queues which are oh so better, their implmentation is so un documented that it ain't even funny. I had

Re: Message queue. can it get blocked?

2006-02-08 Thread guy keren
On Wed, 8 Feb 2006, Gilad Ben-Yossef wrote: > [EMAIL PROTECTED] wrote: > > Hi there, > > > > Having a message queue designed so that each queue (message type) is > > assigned > > to one process for reading. How do you handle a situation where the reading > > process of a given queue doesn't func

Re: Message queue. can it get blocked?

2006-02-08 Thread Gilad Ben-Yossef
[EMAIL PROTECTED] wrote: Hi there, Having a message queue designed so that each queue (message type) is assigned to one process for reading. How do you handle a situation where the reading process of a given queue doesn't function and messages still arrive to that queue? 1. Will the queue fi

Re: bound0 10m

2006-02-08 Thread Vitaly Karasik
> > I have configure 2 network card (100m full duplex each) in a bound. > > but when I check the speed of the virtual network card (boun0) I see that > it is 10m > > how do is configure the virtual card to work 100m ? > > p.s. > the system running Redhat AS 3.0 R5 How do you know t

Re: Connecting Asterisk to an analog "smart" phone?

2006-02-08 Thread Tzafrir Cohen
On Tue, Feb 07, 2006 at 11:24:03PM +0200, Diego Iastrubni wrote: > ביום שלישי, 7 בפברואר 2006, 12:17, נכתב על ידי Geoffrey S. Mendelson: > > As for asterisk being "great" what is the alternative? Disclaimer: I haven't actually tried any of those: > Regarding the alternatives, you have some dudz w

Re: Message queue. can it get blocked?

2006-02-08 Thread Omer Zak
There were so few details about the specific situation that anyone who would answer you - would have to answer using general principles. On Wed, 2006-02-08 at 02:07 -0600, [EMAIL PROTECTED] wrote: > Hi there, > > Having a message queue designed so that each queue (message type) is assigned > to

Message queue. can it get blocked?

2006-02-08 Thread hareldvd
Hi there, Having a message queue designed so that each queue (message type) is assigned to one process for reading. How do you handle a situation where the reading process of a given queue doesn't function and messages still arrive to that queue? 1. Will the queue fill up untill blocking the en