Re: [PATCH] dlr_pgsql.c - Table name fix

2009-11-16 Thread Damián Viano
does break for them. They shouldn't depend on that, but kannel shouldn't break thing that worked fine previously without a note somewhere for sysadmins upgrading :) Damián Viano. Thanks, Alexander Malysh Am 14.11.2009 um 16:17 schrieb Vincent CHAVANIS: Also, just a warning, before

Re: RE: Disable Nagle (enable TCP_NODELAY) ?

2009-10-15 Thread Damián Viano
that might very well benefit from it. If added, as you said Nikos, the default should by all means be to have Nagle enabled. Damián Viano. On Thu, Oct 15, 2009 at 11:38:34AM +0300, Nikos Balkanas wrote: Hi, Thanks for a very thorough job. It seems that you are experiencing better throughput

Re: [PATCH] Pass meta-data from message to dlrs

2009-09-04 Thread Damián Viano
AND %S=:2 AND %S=:3 AND ROWNUM 2, this extra condition Damián Viano(Des). Am 04.09.2009 um 14:11 schrieb Alejandro Guerrieri: BTW, while I'm adding the meta_data field on all DB engines, and I've noticed a difference on dlr_oracle.c, on dlr_get_oracle

Re: [PATCH] add support of smsc-id for smpp-tlv group

2009-09-03 Thread Damián Viano
On Thu, Sep 03, 2009 at 04:44:53PM +0200, Donald Jackson wrote: Yay its working again! :) Yes, nice. :) Damián. 2009/9/3 Nikos Balkanas nbalka...@gmail.com I was the only one to report it and old enough to notice the change. I received a few personnal emails from the list, blaming it

Re: Mysql with short wait_timeout

2009-07-29 Thread Damián Viano
5.0.3 onwards), as long as you use different users for the different apps running in your mysql. Check MAX_USER_CONNECTIONS at: http://dev.mysql.com/doc/refman/5.0/en/user-resources.html That's the right(tm) fix IMO. Hope to help. Damián Viano(Des).

[PATCH] [SQLBOX] Allow building with sqlite3 3.5

2009-06-09 Thread Damián Viano
Hi, first message to the list, first patch :) It's a simple one, it turns out sqlite3 has sqlite3_prepare_v2 in versions = 3.5 (if google didn't lie to me) so, this patch only use it if available. It's against the lastest stable. Hope to help. Damián Viano(Des). --- sqlbox-0.7.2/gw

[PATCH] [SQLBOX] Implement batch processing

2009-06-09 Thread Damián Viano
know if it needs updating. Damián Viano(Des). [1] Yeah, I know that phrase calls for a function but that wouldn't make sense if we drop the single message processing code diff -Nura -x '.*' sqlbox-0.7.2/gw/sqlbox.c sqlbox-0.7.2_des/gw/sqlbox.c --- sqlbox-0.7.2/gw/sqlbox.c 2009-05-19 12:08

[PATCH] Guaranteed throughput smsc-independent

2009-06-09 Thread Damián Viano
+++-- smscconn_p.h |2 ++ 3 files changed, 55 insertions(+), 2 deletions(-) Hope to help. Damián Viano(Des). P.D.: Also there's an info line in smsc_fake.c to count the number of sms, which should be removed from the final version, is only there for debugging purposes. diff -Nura gateway-1.4.3