Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
There are two softwares S1 and S2. S1 constantly reads a video file. The task is that when a certain event occurs, S1 has to send S2 the frames it reads and stops after a while. S2 processes the frames and if there is an error, S2 has to request S1 again for frames. I want to know how this looped communication could be looped efficiently across different programming platforms, lets say, java and python.

What I have tried:

I haven't tried anything substantial. A couple of ideas relating socket programming.
Posted
Comments
Richard MacCutchan 21-Apr-18 10:33am    
Sockets would probably be the simplest way to implement such an application.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900