Thread: ServerPush C-Program->Java Applet

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    1

    Question ServerPush C-Program->Java Applet

    Hello Everybody,

    i was told to realize a ServerPush from a C-Program to an Applet. I know that i have to create a tcp-connection with content-type "multipart" so that this connection stays open but i have no idea how to realize that. Does anyone have an answer to my question or has an idea where to find?

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Maybe this will help
    http://www.ecst.csuchico.edu/~beej/guide/net/

    It's just a socket programming guide......
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with program that's calling a function and has a loop
    By tigerfansince84 in forum C++ Programming
    Replies: 9
    Last Post: 11-12-2008, 01:38 PM
  2. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  3. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM