2 messages in net.java.dev.jna.usersRE: [jna-users] threads and JNA
FromSent OnAttachments
Timothy WallOct 17, 2007 7:21 am 
Glick, Gene (GE Indust, Security)Oct 17, 2007 7:43 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [jna-users] threads and JNAActions...
From:Glick, Gene (GE Indust, Security) (gene@ge.com)
Date:Oct 17, 2007 7:43:45 am
List:net.java.dev.jna.users

-----Original Message----- From: Timothy Wall [mailto:twal@dev.java.net]

UDP doesn't guarantee packet delivery. If your CPU can't process the incoming packets, they will likely get dropped.

As an experiment, you can always spawn a CPU-intensive Java-only thread and see if that has the same effect as the thread doing ffmpeg stuff.

Yes, I realize that about UDP. In my somewhat controlled environment, dropped
packets are minimal. I will try out your experiment, thanks.