Search:

Type: Posts; User: tsiknas

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    34,351

    Simple File System in C

    As a part of an exersice we are called to write a simple file system in C.
    It will be a flat file system without directory hierarchy and without access control list.
    These things must have:...
  2. Thread: Posix Threads

    by tsiknas
    Replies
    2
    Views
    2,227

    Thanks for the reply, think I've got it now.

    Thanks for the reply, think I've got it now.
  3. Thread: Posix Threads

    by tsiknas
    Replies
    2
    Views
    2,227

    Posix Threads

    I find truble in assigning different socket descriptor and thread id into the code fragment below
    (its the server side of a posix sockets server - client):


    //# includes

    #define LIMIT 10
    ...
  4. Replies
    3
    Views
    6,920

    thanks bithub, everything runs fine now!

    thanks bithub, everything runs fine now!
  5. Replies
    3
    Views
    6,920

    posix sockets in c

    I'm trying to setup a connection between a client and a server using sockets.
    I'm doing:

    test.h:
    ---------


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
Results 1 to 5 of 5