[jacorb-bugs] [Bug 925] Delay in serial (rxtx) communication

bugzilla-daemon at jacorb.org bugzilla-daemon at jacorb.org
Sun Jul 29 23:43:54 CEST 2012


http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=925


jacorb at goots.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jacorb at goots.org




------- Comment #2 from jacorb at goots.org  2012-07-29 23:43 -------
Thank you for putting the code up. 

Could you include instructions on how to run the code and what we should
expect?

Can you include documentation on what your various classes are supposed to do?

It seems your code is still dependent on specialised hardware and you have not
included an alternate implementation as I suggested - as the port communication
should just be a byte stream that should be easy to simulate e.g. read a file
to dummy it up. This would eliminate the gnu.io import dependency and make it
simpler to test/reproduce.

If you wish to test to eliminate the overhead of the TCP/IIOP/etc you could run
the client/server in the same ORB so that direct calls would be made instead.


-- 
Configure bugmail: http://www.jacorb.org/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the jacorb-bugs mailing list