Search:

Type: Posts; User: ylvawandel

Search: Search took 0.01 seconds.

  1. execvp("tail -1f /var/log/apache/www.cs.umu.se/access_log", args) ;

    Hello,

    This code only gives the "ls" output.
    Although running the command "tail -1f /var/log/apache/www.cs.umu.se/access_log"
    directly in UNIX it is working, ie it's printing out
    the logglines...
  2. Replies
    2
    Views
    1,601

    MakeFile : intro

    Hello!

    I've made a headerfile myFile.h and myFile.c
    that yourFile.c uses so

    I can compile it with gcc myFile.c yourFile.c

    But how to do it with MakeFile?
    I heard it's really efficient..but...
  3. Replies
    3
    Views
    4,704

    I don't know but this is what I read: To...

    I don't know but this is what I read:

    To implement semaphores correctly the test of a semaphores value and the decrementing of this value must be an atomic operation. For tghis reason semaphores...
  4. Replies
    3
    Views
    4,704

    client/server with semaphores

    Hello,

    I'd like to make a client and server communicating with
    semaphores. I'm looking some hints to get started,
    I'm kind of new to server/client stuff. Refences to cool
    programexamples,...
Results 1 to 4 of 4