Re: highscalability.com report

2012-04-17 Thread Fred Moyer
On Mon, Apr 16, 2012 at 3:39 AM, Vincent Veyron vv.li...@wanadoo.fr wrote: Le jeudi 12 avril 2012 à 13:14 -0400, eric.b...@barclays.com a écrit : Well, finding (good) developers is certainly an issue. Over the years, I have seen more than one of those being driven out of the field by the

Re: Safe handling of an SQL query

2012-04-17 Thread Michael Ludwig
Bonjour Vincent, Vincent Veyron schrieb am 16.04.2012 um 22:21 (+0200): I guess (in the message I forwarded to the list) Andreas is right, though : the only way to be safe is to keep control of the query, therefore keep it on the server. I am doing this now, but passing parameters to the

Re: [mp2] Test fails with undefined symbols on AIX [mod_perl 2.0.5/apache-2.2.22/perl-5.14.2]

2012-04-17 Thread Peter Heimann
On 04/07/2012 12:36 AM, Fred Moyer wrote: RC3 is now available - see d...@perl.apache.org for the link. I get similar results for RC5. Can't load '/home/user/tmp/mod_perl-2.0.6-rc5/blib/arch/auto/APR/Brigade/Brigade.so' for module APR::Brigade: rtld: 0712-001 Symbol modperl_croak was

Re: highscalability.com report

2012-04-17 Thread Vincent Veyron
Le mardi 17 avril 2012 à 10:04 -0700, Fred Moyer a écrit : On Mon, Apr 16, 2012 at 3:39 AM, Vincent Veyron vv.li...@wanadoo.fr wrote: Le jeudi 12 avril 2012 à 13:14 -0400, eric.b...@barclays.com a écrit : Well, finding (good) developers is certainly an issue. Over the years, I have seen

Re: Safe handling of an SQL query

2012-04-17 Thread Vincent Veyron
Le mardi 17 avril 2012 à 20:10 +0200, Michael Ludwig a écrit : Bonjour Vincent, Vincent Veyron schrieb am 16.04.2012 um 22:21 (+0200): I guess (in the message I forwarded to the list) Andreas is right, though : the only way to be safe is to keep control of the query, therefore keep it

RE: Safe handling of an SQL query

2012-04-17 Thread eric.berg
Vincent, Don't make the mistake of thinking that you're not directly using DBI. These modules provide an abstraction for creating SQL that is data driven. They free you from the error-prone string manipulation process, and allow you to build your queries in such a way as to be able to

Re: Safe handling of an SQL query

2012-04-17 Thread Michael Ludwig
Vincent Veyron schrieb am 18.04.2012 um 00:09 (+0200): Le mardi 17 avril 2012 à 20:10 +0200, Michael Ludwig a écrit : Vincent Veyron schrieb am 16.04.2012 um 22:21 (+0200): I am doing this now, but passing parameters to the query becomes cumbersome :-(

Re: Safe handling of an SQL query

2012-04-17 Thread Vincent Veyron
Le mercredi 18 avril 2012 à 00:30 +0200, Michael Ludwig a écrit : Vincent Veyron schrieb am 18.04.2012 um 00:09 (+0200): Maybe people can come up with more helpful suggestions if you post a concrete example of what is cumbersome. Sure, the app in my sig has a demo a account which you can