Re: tcp packet overflow

From: Jonathan Mcdougall (jonathanmcdougall_at_DELyahoo.ca)
Date: 10/04/03


Date: Fri, 3 Oct 2003 21:24:20 -0400


> I have to transmit an icon across the internet from a client to a
> server which handles connections from many different clients and just
> continuously loops through receiving data from the buffer. the icon is
> too big to fit in one tcp packet. what would be the easiest way to get
> this to work?

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

Jonathan



Relevant Pages

  • RE: Cannot seem to get fax icon entry in Printers and Faxes
    ... > Thank you for posting to the SBS Newsgroup. ... > you cannot find the fax icon in Printers and Faxes, ... It does show the fax icon of the client who remotely manages the server ...
    (microsoft.public.windows.server.sbs)
  • Re: Text terminal rendering design
    ... change to my client. ... a client with an actual class called Icon for such objects. ... finding a terminal-ready symbol for each Icon that it is given. ... should be displayed when I am given nothing but a mere identifier? ...
    (comp.object)
  • Re: Text terminal rendering design
    ... The fact that you have to hand the client a Terminal object that provides a specific implementation of the responsibilities for the actual hardware in hand is a direct demonstration that the generalization is an implementation artifact. ... It seems I have also failed to properly describe why I cannot load all the terminal-ready symbols at startup. ... We've been calling that concept an Icon for lack of a better name and I imagine a client with an actual class called Icon for such objects. ... In order for that to happen, my subsystem needs some way of finding a terminal-ready symbol for each Icon that it is given. ...
    (comp.object)
  • Re: Text terminal rendering design
    ... this would only be appropriate for a symbol that was instantiated purely for display compatibility. ... The only way I see is to have some separate notion of symbol identity that the client provides. ... available when each Icon is being constructed. ... What I thought you were representing was the fact that if a conversion is necessary, then there will be two Symbol instances in your UI software and you will provide both handles to the client to map to the relevant Icon. ...
    (comp.object)
  • Singleton C# COM server with windows forms
    ... in the system tray. ... system tray icon. ... now have a COM server that I have been successfully calling from a VB5 ... The only problem is that each VB client has its own instance of the ...
    (microsoft.public.dotnet.framework.interop)