3 Aug 2004 04:11
Problems with postgresql backend
Hi all I'm having some issues with the postgresql backend of CLSQL I've written two servers which access the same database, one enqueueing, the other dequeueing. Both servers after a while often come up with one or both of two errors. Both experience this error from time to time: WARNING: there is already a transaction in progress The enqueuing server also experiences this series of errors: message type 0x54 arrived from server while idle message type 0x44 arrived from server while idle message type 0x43 arrived from server while idle message type 0x5a arrived from server while idle WARNING: Strange result... The Dequeuing server instead experiences this series of errors (a subset of the ones the enqueuer experiences): message type 0x43 arrived from server while idle message type 0x5a arrived from server while idle I'm using CL-SQL version 2.11.1-1 from Debian with sbcl-mt 0.8.28+really.0.8.10.48-1 also from Debian (but patched to handle thread-related reader errors). Any idea how I can fix this problem?(Continue reading)
RSS Feed