[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

quick question on threads & remote stubs



If two separate threads within the same JVM call
ExternalDatabase.objectForName(name), do they receive references to the same
stub object or to two different stub objects? In other words, does each
different thread within a single JVM requesting an interface to the same
persistant object require the creation of a new stub?

Reason
http://www.exratio.com/