[Gambas-user] data exchange at real time

2014-05-24 Thread abbat81
Is there any way to make data exchange at real time via internet between 2 copies of apps. Something like stream... Any sample would be very good. Thanks -- View this message in context: http://gambas.8142.n7.nabble.com/data-exchange-at-real-time-tp46667.html Sent from the gambas-user

Re: [Gambas-user] data exchange at real time

2014-05-24 Thread Tobias Boege
On Sat, 24 May 2014, abbat81 wrote: Is there any way to make data exchange at real time via internet between 2 copies of apps. Something like stream... Any sample would be very good. Come on, the official examples aren't _that_ bad, are they? ClientSocket and ServerSocket are pretty

Re: [Gambas-user] data exchange at real time

2014-05-24 Thread Randall Morgan
Most Network types are far from realtime! They typically do not send data packets at regular time intervals and are usually at the mercy of the kernel to call them. There are specialized industrial realtime network though... But in fact nothing in a computer is realtime. Just the fact that you