Has TSpaces been integrated with a database?
We are planning on JDBC support for TSpaces, which will be available in a future release. For now, we just use a main memory database, and keep it persistent with logging of DB writes/deletes and taking periodic checkpoints of the spaces (technically, logs are enough to ensure persistent data, but we also take checkpoints – on a space basis – to limit the size of the log). • What documentation is available? You can view the TSpaces documentation in a number of ways. – You can use the online documentation at the IBM Almaden site http://www.almaden.ibm.com/cs/TSpaces/index.html This will be the most recently updated version. – You can access the documentation in the downloaded file. with your browser. For example, if you download on Windows to c:/java, then you can access the documentation with the following URL: file:/c:/java/tspaces/index.html – You can access the documentation from any TSpaces server. For example, if you started a TSpaces server on your own system, then you could use
We are planning on JDBC support for TSpaces, which will be available in a future release. For now, we just use a main memory database, and keep it persistent with logging of DB writes/deletes and taking periodic checkpoints of the spaces (technically, logs are enough to ensure persistent data, but we also take checkpoints – on a space basis – to limit the size of the log). • What documentation is available? You can view the TSpaces documentation in a number of ways. – You can use the online documentation at the IBM Almaden site http://www.almaden.ibm.com/cs/TSpaces/index.html This will be the most recently updated version. – You can access the documentation in the downloaded file. with your browser. For example, if you download on Windows to c:/java, then you can access the documentation with the following URL: file:/c:/java/tspaces/index.html – You can access the documentation from any TSpaces server.