Search:

Type: Posts; User: asdffa

Search: Search took 0.01 seconds.

  1. Thread: select help

    by asdffa
    Replies
    3
    Views
    1,740

    Thanks. By the way, another question. In a TCP...

    Thanks.
    By the way, another question.
    In a TCP session, i want that the server make 2 consecutive writes, how can i read this in the client.
    If i make 2 read's the second answer is never received...
  2. Thread: select help

    by asdffa
    Replies
    3
    Views
    1,740

    select help

    Hi.
    How can i find out when a client closed a socket, using select.
  3. Replies
    8
    Views
    4,681

    The problem was with another function, called in...

    The problem was with another function, called in that piece of code (it works now).
    Thanks for all the help.
  4. Replies
    8
    Views
    4,681

    The problem is that the function is printing...

    The problem is that the function is printing request in an infinite loop and don let me write the string, here is an example of what is happening:



    Request:
    > GET user2:4 user1:5

    (the...
  5. Replies
    8
    Views
    4,681

    help reading from stdin

    Hi.
    I want to read several words from stdin (save them in string) and then process this string.
    The problem is that my code works for the first time but when i finish processing i cannot read a new...
Results 1 to 5 of 5