hi

i am writing my diploma thesis with java and cach�. i have to extend performance critical middleware; it sends messages to the connected editors via a server socket. there is one such middleware per database (so far), it has an ip-address and a port it listens to (they were hard coded so far, i made these values configurable).
these values are needed every time a change in the database occurs (can be a very large number per second...). so far i set these values as globals.


now my question: is there a way to set these values in the memory of the database from the java-based middleware (via object script and the java stubs)? and if yes how do i get these in order to send the messages correctly?

thank you for your help
michael



Reply via email to