I have a java code that is receiving ethernet packets and writing into a file in decimal format.
Each packet consist of 1000 bytes and the delay between packets is 100 micro seconds.
When i noticed carefully , lots of packets are missing!...can java receive and store in a text file with high speed? if not, what is the maximum limit?
Would really appreciate if someone can help.

