I\'m looking to stream lots of data (up to ~1 Gbit) from Java to a C++ application (both on the same machine). I\'m currently using a FIFO on Linux but need a Windows soluti
How about using System.out and System.in?
If that isn't suitable, then Sockets is your best bet.