Re: [Sqlrelay-discussion] spool
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2007-05-23 00:32:50
|
Sorry, SQL Relay does not currently do that. It's a neat idea though and probably wouldn't be too hard to implement. I'll put it on the TODO list, but I'm not sure when I'll get around to it. David Muse dav...@fi... On Wed, 2007-05-23 at 01:26 +0200, Carles Pina i Estany wrote: > Hello, > > I am not using sqlrelay (yet) but I am trying to know if it is possible > to do one thing: > > I need that one application doesn't block when application is doing > "updates" or "inserts", even if there is no connection to Mysql server. > > Yes, I could control in application logic, but would be faster for me to > use sqlrelay. > > My architecture would be typical: > > (Python code) ---- sqlrelay -------???------- mysqlserver > > If "???" connection is not setted up, sqlrelay should accept > update/inserts and send to server when connection to mysqlserver is > available again. > > Is this thing done by sqlrelay by default? > > Thank you very much and excuse me for so basic question, I have not > found in sqlrelay documentation (probably my blame), > |