Chris Travers writes: > The easiest way of furthering the development of asynchronous replication > proxies would be to break off the server-side network protocol handler into > a library which would contain functions to bind to ports, listen, and pass > messages back to the calling program. The library could then also be > installed, but also be redistributable, so that developers could build these > solutions.
You might be interested in Clustered JDBC (http://c-jdbc.objectweb.org/), which implements a proxy approach but does not require knowledge of the database-specific protocol. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend