TomohitoNakayama wrote: > Hello. > > My current thinking about this issue.... > > I think one of important difference between EmbedConnection and > Networked Connection is that > EmbedConnection exists as an object in sigle process, > hence Networked Connection exists as multiple objects in multiple processes > which are connected (implicitly, separated) by network and acts > synchronization with each other.
Are you interested in implementation differences, or behaviour differences as seen by the application? The difference you describe is an implementation difference. For behaviour as seen by an application the goal is to have no differences, and current known issues are described in DERBY-310. Dan.