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

bugzilla-daemon at jacorb.org bugzilla-daemon at jacorb.org
Wed Aug 8 10:43:20 CEST 2012


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


jacorb at goots.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #19 from jacorb at goots.org  2012-08-08 10:43 -------
Your operation1 reads data from another source. This could actually be anything
- hardware, file etc. It then passes that data to the server ORB to transmit to
the client as a string.

If you think the transmission of the string from the server to client is too
slow then please profile that WITHOUT the hardware i.e. just transmitting
strings as per my comment #2. If you think that the TCP transmission is causing
a problem then isolate that by creating the client in the same ORB as the
server. 

If you think the transmission from your third party source is too slow then add
e.g. system.nanoTime() printouts in that operation call and debug/profile what
is happening.

Until you can provide sufficient information to show a fault in JacORB I'm
afraid I'm closing this as invalid. Please feel free to reopen it if you can
provide more information.


-- 
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