Menu

socket flush buffer from server to client

ell
2007-10-04
2012-12-29
  • ell

    ell - 2007-10-04

    socket buffer flush , send to client

    is there a command , on socket server,
    after some server data manipulations,
    after I made w !,'data's ... from server'
    I want to send another command like:

    u tcpdev w /flush
    this command will flush the buffer and send immediatly to client, alll data server made by all
    u tcpdev w !,data's.....
    or mabe by some delimiter usage ?

    I didn't find nothing about that in all documentations

    rgrds
    EL

     
    • K.S. Bhaskar

      K.S. Bhaskar - 2007-10-04

      Write ! will flush the socket.  If a delimiter is specified, it will be sent.  If none is specified, none will be sent.

      Regards
      -- Bhaskar

       

Log in to post a comment.