konradreiche / java-concurrency-profiler

A Java profiler with emphasis on concurrent program information.
Other
6 stars 1 forks source link

Refactor Message Dispatching #39

Closed konradreiche closed 13 years ago

konradreiche commented 13 years ago

At the moment, generated Agent Messages are sent by invoking the send function on the active socket. Instead the generated Agent Messages should only be inserted into the queue of messages which pend for being transmitted.