  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | Real Time computing and patterns | Real Time computing and patterns 2003-10-20 - By Sam Fancourt
Back Hi Samuel,
People use the term "real time" many different senses. I think a lot of the information you need to know depends on exactly what you mean by "real-time". If you are used to using PLCs and SCADA packages, real time means a completely deterministic timing (what is properly called real time). Real time is a very different thing to people doing (for example) live video/audio feeds etc. And even further from that is "real time" in the sense that data can be distributed in "real time" across many systems (ie: some sort of replication or collaboration system).
I am currently developing an app for which parts are "real time" as in the first and second definitions. A significant part of the application is built using J2EE technology, but for some components J2EE simply doesn't allow the fine-grained control that our app requires (as Stefan pointed out).
Perhaps if you can send through a few more details about what your requirements are, I might be able to give you some more information.
Sam :-)
-- --Original Message-- -- From: Samuel Velazquez [mailto:samuelvd@(protected)] Sent: Saturday, 18 October 2003 12:20 To: J2EEPATTERNS-INTEREST@(protected) Subject: Real Time computing and patterns
Hi!
could any body point me design patterns/best practices when developing a real time system? is it such information?
It would be a great plus if some one could point me what java technologies that are best suited for real time / distribuited / heavy loaded systems
Regards!
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|
 |