[Sqlrelay-discussion] spool
Brought to you by:
mused
|
From: Carles P. i E. <ca...@pi...> - 2007-05-22 23:26:30
|
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), -- Carles Pina i Estany GPG id: 0x8CBDAE64 http://pinux.info Manresa - Barcelona |