Search:

Type: Posts; User: Sabrina

Search: Search took 0.02 seconds.

  1. Thread: gettimeofday

    by Sabrina
    Replies
    2
    Views
    1,799

    gettimeofday

    I am writing a program where i have to time how long it takes different processes. I am using the function gettimeofday which returns seconds and microseconds. I was wondering how would I turn in...
  2. Thread: client/server

    by Sabrina
    Replies
    2
    Views
    1,348

    client/server

    Hi,

    I am currently working on a client server program and when the server sends a packet over - I have the following

    while(( n = read(socket, receive_buffer, BUFLEN)) > 0)
    { ...
Results 1 to 2 of 2