Would anyone recommend using Cocoon to transfer and render data from server-side connections to stand-alone applications automatically running equipment for monitoring and administration purposes? Does the framework have functionality to connect with a local port on the server and keep the connection open for multiple transfers and rendering? Similar to pooling for database connections, but instead pooling the socket connection for mulitple requests for current data in memory from another server-side application. Some data I can put into a database and use esql in xsp but there is a need to check on data inside the running application which is aquiring data from external hardware devices. The purpose of looking at the data inside the running application instead of just the database is to determine if the application is processing data correctly and observe intermediate data (Intermediate data is data either too large or there is no reason to store in a database).
We are looking for a remote solution because the equipment is running inside a environmental clean room. We have done it with stand-alone-client/server sockets but are now wanting to use a browser interface published from a Cocoon-like framework. Roger --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>