Hello Bruce,
sorry for being not clear.
Right now the Server pushes messages (actualy a group over a string) to all listening Clients. They listen permanently. As soon as the message arrives the client displays it on a popup window.
The idea is to add a binary file (PDF, 50 kB to unknown size) to some of the pushed messages. In the meantime I lean towards pushing an XML-structured kind of message, because I think we could stuff these binary data into this structure. This would be the solution.
The binary could be stored as a file. With an API.call I can detect a PDF-reader being installed, then I could display the stored file, either instantly or it get added to a list of received files for later viewing.
As far as I recall the sending of the data is in asynchronous mode, so each message should be blown over the wire fairly quick. (My guess)
I hope this dois sound more reasonible now.....
Thanks for your patience
Wolfgang