Re: JMS + writing to a CSV flie

2004-01-22 Thread Thiharie Rajesh
Mike There is no such thing as overkill. It is merely an architectural decision. You need to determine whether the overhead of "writing to a log file each time" is within acceptable performance parameters defined for the application you are building. Some questions that you need to answer before

Re: JMS + writing to a CSV flie

2004-01-22 Thread Michael Coughlan
Hi Thiharie, thanks for the reply. > There is no such thing as overkill. It is merely an > architectural decision. Good point. > You need to determine whether the overhead of "writing to > a log file each time" is within acceptable performance > parameters defined for the application you ar

Re: Real time, monitoring with graphics resorces with J2EE

2004-01-22 Thread Steven J. Owens
Ulises, On Mon, Jan 19, 2004 at 07:33:11AM -0800, Ulises wrote: > I have to read diffrent devices like sensors and alarms (by reading > a port upd/ip and tcp/ip) and then show its status in some graphical > form in a browser (in real time). The platform is J2EE. Does somebody > knows or have exper