RE: [Javaserver-java] javaserver with binary data
Brought to you by:
zzo
From: Matt G. <Mat...@tw...> - 2004-06-10 15:40:45
|
Mark, Thanks for the note. > I have thought about switching to an XML-protocol - SOAP/XML-RPC/roll > my own/even jabber. Unfortunately those things take time I just don't > have. > However if you'd like to step up I won't stop you! Maybe if I ever get the time. 8-) > I have never tried passing binary data but I am sure the protocol > would > get in the way - you could uuencode the data & then send that over - & > just > have the Java stuff uudecode it & be back in business. Yes, but I just want to do an object decode. > There currently is no way to dump the cache - although I think it > would > be quite easy to implement - a better solution is to figure out what it's > getting confused! =20 Good question, I looked into it a bit, but couldn't find out why. What platform are you running on & how many objects are > you creating & how long does it run before there's trouble? > thanks, Linux. Just one or two objects, but I'm using the server as a catch-all. So I am running multiple short-lived scripts against it, with large gaps of downtime. The trouble usually occurs after a couple of days of usage. Matt |