Oh :-) since that's had been around for a while (before I even got here), then I didn't think _I_ would be the one tasked with documenting it. but if that's what it takes to get the mysql configuration patch in the CVS, then I'll do it (but it'll take some time - I have urgents tasks at work that need taking care of first).
Generally - we need mySQL to have persistant storage for DLR data (how about the bearbox queues ? don't those need a mySQL back-end to ? I think they do to - it's somewhere on my TODO list). the reason to use mySQL instead of a storage file, as it allows you much greater integration freedom - for example : many kannels running on the same storage (what we want to do here), so if one machine breaks - another can automaticly start handling the messages and no DLR will be lost (as long as the database server is up, which is also pretty easy to do with linux HA). Another usage is to setup many load balancing kannel gateways on different machines that use the same backend for persistant storage, so DLRs comming on a different connection then the one the message was sent on will still be delivered properly. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] IBM Advanced Systems Group -- a bunch of mindless jerks, who'll be first against the wall when the revolution comes... -- with regrets to D. Adams > -----Original Message----- > From: Bruno David Rodrigues [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 08, 2002 2:16 AM > To: Oded Arbel > Cc: Kannel-devel (E-mail) > Subject: Re: [PATCH] mysql host,user,password configurtion for DLR > > > 8P > this patch is the easy part. > > What about the "question of life, the universe and everything" : > what and why a database to dlr ? where's needed, how does it work, > mysql table formats, > etc. > > Everything! > There's nothing about mysql in documentation and sincerely, I > don't yet > understand why we need mysql... ;) > > > ----- Original Message ----- > From: "Oded Arbel" <[EMAIL PROTECTED]> > To: "Bruno David Rodrigues" <[EMAIL PROTECTED]> > Cc: "Kannel-devel (E-mail)" <[EMAIL PROTECTED]> > Sent: Thursday, March 07, 2002 8:46 AM > Subject: RE: [PATCH] mysql host,user,password configurtion for DLR > > > Here's a patch to userguide.xml. hope this is good eough (I'm not very > bright at writing documentation :-). > > -- > Oded Arbel > m-Wise Inc. > [EMAIL PROTECTED] > > Nothing ever becomes real until it is experienced. > -- John Keats > > > > -----Original Message----- > > From: Bruno David Rodrigues [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, March 06, 2002 5:06 PM > > To: Oded Arbel > > Cc: Kannel-devel (E-mail) > > Subject: Re: [PATCH] mysql host,user,password configurtion for DLR > > > > > > I've added your patch (and added a mysql-dbname configuration too, > > so you can have several kannel's running and define a > different db for > > each one), but now I need information to put in userguide regarding > > mysql and dlr. > > > > could you send me ? userguide.xml patch or text only... > > > > group, config values, usage, etc > > > > > > ----- Original Message ----- > > From: "Oded Arbel" <[EMAIL PROTECTED]> > > To: "Kannel-devel (E-mail)" <[EMAIL PROTECTED]> > > Sent: Tuesday, March 05, 2002 1:52 PM > > Subject: [PATCH] mysql host,user,password configurtion for DLR > > > > > > Hi list. > > > > A quick patch to add support for changing the mysql > database hostname, > > username and password for use in DLR (with mysql). > > Tested with defaults (hardcoded in the source) and settings in the > > config file both for local and remote servers. > > > > As usuall, "Works for me(tm)" and YMMV. > > > > Oded Arbel > > m-Wise Inc. > > [EMAIL PROTECTED] > > > > -- > > Finagle's Fourth Law: > > Once a job is fouled up, anything done to improve it > > only makes > > it worse. > > > > > > > > > > > > > > >