[Asterisk-Users] Re: Nested MySQL Commands

Leo Ann Boon leo at datvoiz.com
Thu Jan 12 00:50:16 MST 2006


Douglas Garstang wrote:

>I also don't believe perl DBI is thread safe....
>  
>
The lastest docs says that DBI does support multithread connection 
pooling. Otherwise, you are always free to implement your AGI in 
'modern' :) programming languages like Java or C# that support threads 
and pooling.

>	-----Original Message----- 
>	From: Douglas Garstang 
>	Sent: Wed 1/11/2006 9:08 PM 
>	To: Asterisk Users Mailing List - Non-Commercial Discussion 
>	Cc: 
>	Subject: RE: [Asterisk-Users] Re: Nested MySQL Commands
>	
>	
>	Since about 1992... and the Asterisk docs for FastAGI are pretty rotten. But that's ok, I've come to expect that.
>
>		-----Original Message----- 
>		From: Kevin P. Fleming [mailto:kpfleming at digium.com] 
>		Sent: Wed 1/11/2006 8:11 PM 
>		To: Asterisk Users Mailing List - Non-Commercial Discussion 
>		Cc: 
>		Subject: Re: [Asterisk-Users] Re: Nested MySQL Commands
>		
>		
>
>		Douglas Garstang wrote:
>		> I don't get the whole concept of FastAGI. It's nothing special. Asterisk just opens a connection to a TCP port instead of executing a binary.
>		
>		How long have you been around Unix/Linux systems? Do you have any clue
>		how much less expensive it is to open a TCP socket as compared to
>		forking the Asterisk process, exec()-ing another program, having that
>		program open database/web connections, etc.?
>		_______________________________________________
>		--Bandwidth and Colocation provided by Easynews.com --
>		
>		Asterisk-Users mailing list
>		To UNSUBSCRIBE or update options visit:
>		   http://lists.digium.com/mailman/listinfo/asterisk-users
>		
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>--Bandwidth and Colocation provided by Easynews.com --
>
>Asterisk-Users mailing list
>To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>  
>




More information about the asterisk-users mailing list