Re: [twsocket] Compiling with SSL active changes socket behavior

2016-12-06 Thread Éric Fleming Bonilha
"Please see my reply yesterday, or perhaps you are not reading this list." Angus, I'm sorry, maybe the list is not sending all e-mails to my mail because I did not receive your reply about our web server, I had to check on TWSocket achive to see that you replied. I think something might be blockin

Re: [twsocket] TWsocket transfer TmemoryStream

2016-12-06 Thread François Piette
> Always is needed use the OnDataSent event ? > I need only transfer the tmemorystream off a Timage1 to Timage2 over twsocket. You may send a huge block of data in one Send call. An entire image if you like. BUT remember TWSocket is asynchronous and transmitting data over the network takes time. Y

Re: [twsocket] TWsocket transfer TmemoryStream

2016-12-06 Thread Angus Robertson - Magenta Systems Ltd
> Always is needed use the OnDataSent event ? > I need only transfer the tmemorystream off a Timage1 to Timage2 > over twsocket. It will probably work on a LAN, as long as BLOCK_SIZE is no more than 64 KBytes, and the server accepts the data immediately it's sent. But the proper way is to send