Search:

Type: Posts; User: hell-student

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,194

    The number of writers is not predefined. The...

    The number of writers is not predefined. The writers come and go.
  2. Replies
    5
    Views
    3,194

    FIFO - Named Pipe - Linux - C

    Hey there,

    I want to create a fifo to pass informations from one process to another one. There will be many writers and one reader. My problem is, that the informations passed through the named...
  3. Here is the modified code. My problem is, that...

    Here is the modified code. My problem is, that when i send a message over a fifo to the runtime_system I can only start one working thread. The other problem is, that he is doing the work/job the...
  4. Thanks for the answers, The FPGA board is...

    Thanks for the answers,



    The FPGA board is running a Linux and the whole application runs on it. I must talk to the hardware designer, which core he uses. It's a Leon3 core cpu and some other...
  5. Thanks for the answers. My Problem is,...

    Thanks for the answers.



    My Problem is, that I run the whole szenario on a FPGA board with 70 Mhz. So each trap to the kernel cost a lot of time (each creation of an thread and each time I...
  6. Sorry, but I can't find any option to send a...

    Sorry, but I can't find any option to send a message to a moderator. If you tell me how, I will do it.



    In section A there is a long running loop. Check always the flag before a new loop cycle...
  7. @Nominal Animal Thank you for this answer. As...

    @Nominal Animal

    Thank you for this answer. As you problaby noticed, my english is not the best. I'm an german student, but I will try my best to explain my problem.

    The work unit has 4 sections...
  8. threads - threadpool - reset threads - stop threads without destroy - pthreads -linux

    Hey there,

    I'm asking me if it is possible to implement a threadpool in C with the feature to stop worker-threads (they should not return their calculated value) and push them back to the...
  9. IPC Linux shared memory or dbus | client server?

    Hi,

    I try to implement a client-server application. The server runs the whole time and if the client sends a request the server has to handle it. This whole situation runs on one PC (1 or more...
Results 1 to 9 of 9