Tibor17 edited a comment on issue #240: [SUREFIRE-1658] TCP/IP Channel for 
forked Surefire JVM. Extensions API and SPI. Polymorphism for remote and local 
process communication.
URL: https://github.com/apache/maven-surefire/pull/240#issuecomment-546646901
 
 
   @jon-bell 
   Here is TCP connector however still incomplete. It would need to have some 
abstraction as well.
   
https://github.com/Tibor17/surefire-tcp-connector/blob/master/surefire-connector/src/main/java/org/apache/maven/surefire/Connector.java
   Question. Can we also use UDP connector since the dataflow will happen on 
local loopback address `127.0.0.1` and physical NIC which does not lose data? 
We used this approach on set top boxes and it worked reliably. It will be even 
faster data transport.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to