This is still a work in progress, but the performance at this point is slightly faster than the XML based stores. The store implements the XAResource interface, and uses a cache to reduce the number of deserialization requests. Serialization is made to a temporary file during the prepare phase, and commit simply moves the serialized version to the appropriate location.
-Steve On Wednesday 12 November 2003 08:49 am, Oliver Zeigermann wrote: > Interesting! When do you serialize and unserialize? What can you tell us > about performance? > > Oliver > > Steve Vaughan wrote: > > I've been playing with a Store implementation which serializes > > ObjectNodes in order to provide persistence. > > > > -Steve > > > > On Wednesday 12 November 2003 03:43 am, Nevermann, Dr., Peter wrote: > >>Good question :) > >> > >>I fixed ObjectNode just assuming that applications using Slide API > >> directly (i.e. not going through WebDAV) require serializablility (e.g. > >> for RMI communication). > >> > >>Regards, > >>Peter > >> > >>>-----Original Message----- > >>>From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] > >>>Sent: Wednesday, November 12, 2003 09:35 > >>>To: Slide Developers Mailing List > >>>Subject: Re: BindingList is not serializable > >>> > >>> > >>>Just wondering, why does ObjectNode support serializability > >>>in the first > >>>place? > >>> > >>>Oliver > >>> > >>>Steve Vaughan wrote: > >>>>Although ObjectNode implements Serializable, one of its > >>> > >>>fields (BindingList) > >>> > >>>>is not. BindingList has only one field, which is a Vector. > >>> > >>> Is their any > >>> > >>>>reason why BindingList should not be Serializable? > >>> > >>>--------------------------------------------------------------------- > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > . > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
