From: Gavin_King/Cirrus%<CI...@ci...> - 2002-07-26 03:21:47
|
>Is a JCS cache serializable? If so, how much more would it take to >pass the whole session over the wire? I've no idea if its serializable, probably not, but that doesn't affect serializability of the Session. This is the factory-level cache using JCS, not the Session's own collection of loaded objects. Sessions are already serializable when disconnected and may be passed on the wire. What exactly did you have in mind? (well, they are serializable if the persistent object are serializable...) |