Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    458 pthread mutex työtä löytyi, hinnoittelu EUR
    Sleeping TA problem Loppunut left

    ...student, she goes outside to the waiting area to see if there are waiting students. If so, she takes the next student and begins to help them. If there are no waiting students, she returns to her chair in he office and takes a nap. If a student shows up and sees the TA sleeping, they sit in her chair and wake her up. Using POSIX mutex locks and sempahores, design a solution to the sleeping TA problem. A simple solution can use one mutex lock and two semaphores: - the mutex lock for controlling access to the chairs. (This of course can be simplified by keeping track of the number of waiting students which roughly resembles the number of students sitting in chairs.) - a semaphore for signalling the sleeping TA that a student has shown up. - a semaphore for signal...

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    1 tarjoukset

    I need to solve some exercises on threads in C (Linux, Pthread library) before tomorrow morning. The esercises are on the attached file. Thank you.

    €136 (Avg Bid)
    €136 Keskimäär. tarjous
    4 tarjoukset
    Write some Software Loppunut left

    Convert single threaded webserver to multithreaded webserver using pthread. I will send you more details in chat after you bid. Thanks

    €354 (Avg Bid)
    €354 Keskimäär. tarjous
    7 tarjoukset

    Write a multi-threaded C program to find all prime numbers up to N using Sieve Eratosthenes algorithm(where N is an integer greater than 1).To find the prime numbers up to N, the program will use Pthreads library to implement a pipelined parallelism model.

    €44 (Avg Bid)
    €44 Keskimäär. tarjous
    15 tarjoukset
    pthread problem Loppunut left

    Pthreads, pthread mutexes and pthread conditional variables.

    €32 (Avg Bid)
    €32 Keskimäär. tarjous
    16 tarjoukset

    C++ program based on information. Need done right away

    €38 (Avg Bid)
    €38 Keskimäär. tarjous
    4 tarjoukset

    Must pass 10 test cases inquire for more details. Must understand mutex locking and threading.

    €56 (Avg Bid)
    €56 Keskimäär. tarjous
    2 tarjoukset

    Needs to pass 10 test cases based on mutex lock code. Will give more details

    €36 (Avg Bid)
    €36 Keskimäär. tarjous
    12 tarjoukset

    Silent Crypto Miner and Builder that produces stubs which run hidden on other computers. The builder must have an update and authentication system. Different settings for cryptocurrency pool info. CPU cores to use, Startup Install and FUD. Persistence. Proxy and Stratum support. Mutex

    €1905 (Avg Bid)
    €1905 Keskimäär. tarjous
    6 tarjoukset

    Has to pass 10 test cases based on given information. Message for more info

    €30 (Avg Bid)
    €30 Keskimäär. tarjous
    3 tarjoukset
    C++ CRYPTER FUD Loppunut left

    VB.NET BUILDER WITH C++ STUB Crypter with a built-in unique stub generator (USG). so crypted files have absolutely n...Compatible with any Windows from XP to 10, both 32 & 64 bit, including server versions. * No dependencies: Should crypt all PE 32 files and should support .NET files. Other functions: Icon Changer Process Killer File Binder / Attach Additional Files Disable Internet Connection Delay On Execute Block CMD Block Task Manager Block Registry Editor Unique stub generator Custom Messagebox Mutex ( cant run multiple at same time, on same computer) Startup / Run with windows Assembly info change Filepumper (add bytes to file) File Downloader Run Hidden / Dont Hide Hide after run Auto delete after execute Website blocker Require admin ext...

    €1642 (Avg Bid)
    €1642 Keskimäär. tarjous
    6 tarjoukset

    PROJECT DESCRIPTION Hello, Please read well before you bid! DO NOT POST A RANDOM PROPOSAL THAT YOU POST ON EVERY PROJECT. I WILL DIRECTLY I...security layers ) - it must be protected from being launched in vm, or av emulator enviroment - it should bypass nearly any common firewall software like comodo , zone alarm , etc. Icon Changer Process Killer File Binder / Attach Additional Files Disable Internet Connection Delay On Execute Block CMD Block Task Manager Block Registry Editor Unique stub generator Custom Messagebox Mutex ( cant run multiple at same time, on same computer) Startup / Run with windows Assembly info change Filepumper (add bytes to file) File Downloader Run Hidden / Dont Hide Hide after run Auto delete after execute Website blocker Req...

    €1753 (Avg Bid)
    €1753 Keskimäär. tarjous
    4 tarjoukset

    ...accordance to number of users e internal notifications to airospot team ( for issues on Tunnel server ) API CLIENT ( webyonetim ) 2 Limit the Management users logged in simultaneosly on your gui server (API Client )( this is a problem in current case , nuber of users reloading the page multiplies the request to API sever ( mutex or may be semaphores ) Refresh 10 seconds refreshes grid 2) API (queuing mechanism not) apply semaphores and mutex to the api polling mechanis, to stop over flooding the routers all at once. Have synchronizations. 4) Distinguishes between down and fluctuating clients or sleeping clients (clients here is router), no firmware changes ok 6. API serrver (tunnel server) a . Build a sql database on public server ( routers kee...

    €175 (Avg Bid)
    €175 Keskimäär. tarjous
    12 tarjoukset

    Implement a solution to the critical section problem with threads using semaphores. You wi...000,000 for a total of 6,000,000. You will need to read about semaphore operations from linux manual pages. The important ones are sem init, sem wait, and sem post. You can find pages online at: Please compare this solution with the earlier mutex lock solution in terms of time used. Just compare the two thread version (though you hand in with 3 threads). Use the same time commands included with the last project. In your comments when you hand in compare the run times. Explain as best you can why they are the same or different in your opinion.

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    1 tarjoukset

    Implement a solution to the critical section problem with threads using semaphores. You will mo...000 for a total of 6,000,000. You will need to read about semaphore operations from linux manual pages. The important ones are sem init, sem wait, and sem post. You can find pages online at: Please compare this solution with the earlier mutex lock solution in terms of time used. Justcompare the two thread version (though you hand in with 3 threads). Use the same time commands included with the last project. In your comments when you hand in compare the run times. Explainas best you can why they are the same or different in your opinion.

    €37 (Avg Bid)
    €37 Keskimäär. tarjous
    2 tarjoukset

    Implement a solution to the critical section problem for 2 processes using mutex locks. Specfi cally, in pthreads using pthread mutex are provided with code in thread-template.c (available on the class hints web page) which does not work correctly, but has the necessary pthread Unix thread calls to start up two threads from the main process. Remember that all global memory is shared among threads of a threads need to count to 2,000,000 which means a correct overall count is 4,000,000. Thread1 needs to be modi ed so that every time it sees (counter

    €140 (Avg Bid)
    €140 Keskimäär. tarjous
    2 tarjoukset

    ...using mutex locks. Specifi- cally, in pthreads using pthread mutex trylock. You are provided with code in thread-template.c (~lohall/cop6611/thread-template.c) which does not work correctly, but has the necessary pthread Unix thread calls to start up two threads from the main process. Remember that all global memory is shared among threads of a process. Both threads need to count to 2,000,000 which means a correct overall count is 4,000,000. Thread1 needs to be modified so that every time it sees (counter− > value%100) == 0 it increments counter− > value by 100. That counts for an 100 individual updates. You also need to keep track of how many times this happens and report it. Use the POSIX implementation of threads. You will need t...

    €75 (Avg Bid)
    €75 Keskimäär. tarjous
    13 tarjoukset

    Linux C oder C++ Want to recompile with hevc 265 basically, to push the stream to asfserver, need specify the x264 parameters, but when you using h265, the h265 didn't su...clude -D__STDC_CONSTANT_MACROS -fpermissive LD = g++ LDFLAGS = -g -L/root/ffmpeg_build/lib -lavformat -lavcodec -lavutil -lavfilter -lavdevice -lswscale -lswresample -lXfixes -lXext -lX11 -lasound -lSDL -L/root/ffmpeg_build/lib -lva -lx264 -lx264 -lvpx -lvpx -lvpx -lvpx -lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg -L/root/ffmpeg_build/lib -lopus -lmp3lame -lfdk-aac -lass -lm -lz -pthread -lrt -ldl -lstdc++ -ldl -lz -lpthread -lstdc++ -lgcc OBJS = listener.o connection.o feed.o client.o main.o %.o: %.cpp $(CXX) -c -o $@ $< $(CXXFLAGS) asfserver: $(OBJS) $(LD) -o $@ $^ $(LDFLAGS) clean: r...

    €165 (Avg Bid)
    €165 Keskimäär. tarjous
    13 tarjoukset

    ...to initiate The Inter Process Communications and multi processing. And it must be written in C on Linux. We must realise a simulator that sells the remaining tickets in the lastest moment for a commercial flight. To do so, some specificities MUST be respected : 5 Process must be used and coded separately in separate files (with a makefile and a file.h) and they must be able to communicate (mutex/semaphore/Message queue/Shared memory/Message passing/Pipe) -The first process must be named "Utilisateur" : It must send the "destination" of the concerned flight ticket and the number of places entered by the user to the process "Agence" using a Message Queue. - The process "Agence": Read the informations in the Shared Memory and v...

    €173 (Avg Bid)
    €173 Keskimäär. tarjous
    4 tarjoukset

    ...Ecrivain ajuste les noms des destinations à 20 caractères (à l’aide de bourrage).Le nombre de vols est limité à 20. Les mémoires partagées, les sémaphores ainsi que les files de messages nécessitent une clef pour pouvoir utiliser ces IPC. Voici les clefs que nous avons décidé d’utiliser : • Clef de la mémoire partagée : 100 • Clef de la boîte aux lettres (BAL) : 200 • Clef du sémaphore mutex : 300 Le compte rendu ni le LACATRE n'est pas à faire. Il faudra juste faire la partie codage en C, puis détailler le code de manière précise à l'aide de beaucoup de commentaires (il est pr&eacut...

    €102 (Avg Bid)
    €102 Keskimäär. tarjous
    3 tarjoukset

    I need C program for "Child Care Problem" using mutex and semaphores. Really basic problem. I need job done in next few hours... BID IF YOU CAN DO IT RIGHT NOW

    €56 (Avg Bid)
    €56 Keskimäär. tarjous
    19 tarjoukset

    I need help installing PHP pthread on ubuntu server 16.04.1. I&#x27;m running PHP 7. This job should not be more than a 15 minute job for someone who is experienced. Please tell me if you have any past experience with php pthread. Please state if you have the following Team Viewer, [Removed for encouraging offsite communication which is against our Terms and Conditions.] and a good internet connection. It&#x27;s a requirement. Thanks

    €41 (Avg Bid)
    €41 Keskimäär. tarjous
    13 tarjoukset
    Hire a C Programmer Loppunut left

    I want a pthread in C that can record all STDIN and STDOUT of a program

    €107 (Avg Bid)
    Salassapitosopimus
    €107 Keskimäär. tarjous
    7 tarjoukset

    Hello freelancer. I have a high budget c programming project. I need people who are strong in POSIX api, c language, semaphores, mutex, and monitors. Project will be awarded to the person who will pass the test of one simple program. 10 minutes

    €730 (Avg Bid)
    €730 Keskimäär. tarjous
    6 tarjoukset

    I want help from other freelancers. Just 15 minutes work. For other freelancer. 200 rupees. Need help in debugging the code. Freelancer should be strong in Semaphores, C, Monitors, deadlocks debugging, And in pthread API.

    €7 (Avg Bid)
    €7 Keskimäär. tarjous
    5 tarjoukset
    Write some Software Loppunut left

    Write a multithreaded program that generates the Fibonacci sequence using the pthread library

    €17 (Avg Bid)
    €17 Keskimäär. tarjous
    2 tarjoukset
    modifing C program Loppunut left

    ...consumer threads read the added keys from the buffer and echo them back to the screen. To complicate matters, each key is read and echoed by exactly one consumer thread. A shared variable, called shared_count, keeps track of the number of items in the shared buffer. While this program does work (thanks to the mutex locks and unlocks already provided), it is unfortunately very inefficient. To see just how inefficient this program is, compile the original minor5.c program (using the pthread library) and execute the program. You should type in some keys and see them echoed back on the screen in their correct order. To see the inefficiency, though, run the top command from another shell (don’t just run the minor5.c program in the background and then run top, but...

    €68 (Avg Bid)
    €68 Keskimäär. tarjous
    3 tarjoukset

    ...consumer threads read the added keys from the buffer and echo them back to the screen. To complicate matters, each key is read and echoed by exactly one consumer thread. A shared variable, called shared_count, keeps track of the number of items in the shared buffer. While this program does work (thanks to the mutex locks and unlocks already provided), it is unfortunately very inefficient. To see just how inefficient this program is, compile the original minor5.c program (using the pthread library) and execute the program. You should type in some keys and see them echoed back on the screen in their correct order. To see the inefficiency, though, run the top command from another shell (don’t just run the minor5.c program in the background and then run top, but...

    €40 (Avg Bid)
    €40 Keskimäär. tarjous
    4 tarjoukset

    ...consumer threads read the added keys from the buffer and echo them back to the screen. To complicate matters, each key is read and echoed by exactly one consumer thread. A shared variable, called shared_count, keeps track of the number of items in the shared buffer. While this program does work (thanks to the mutex locks and unlocks already provided), it is unfortunately very inefficient. To see just how inefficient this program is, compile the original minor5.c program (using the pthread library) and execute the program. You should type in some keys and see them echoed back on the screen in their correct order. To see the inefficiency, though, run the top command from another shell (don’t just run the minor5.c program in the background and then run top, but...

    €43 (Avg Bid)
    €43 Keskimäär. tarjous
    8 tarjoukset

    ...access the same resources declared as global variables. It has many potential problems because some changes by one thread affect other threads which need the previous information. This conflict may cause severe problems and must be avoided. Synchronization tools are developed to solve this problem. Semaphores are one of the tools. There are two types of semaphores – binary semaphore (similar to mutex) and counting semaphore. A thread which obtains the semaphore can access the critical resources, whereas other threads should wait until the semaphore is available to get. Using the semaphores, we can control accesses to the critical resources. For more information, review the chapter 5. III. Implementation The program has the similar format as the first project. Wh...

    €119 (Avg Bid)
    €119 Keskimäär. tarjous
    11 tarjoukset

    producer consumer problem in c programming by multithread process using semaphores and mutex.

    €103 (Avg Bid)
    €103 Keskimäär. tarjous
    9 tarjoukset

    i need a code which is written in c language.

    €79 (Avg Bid)
    €79 Keskimäär. tarjous
    6 tarjoukset

    i will provide you a fresh VPS. I want you to install pthreads class in it so i can do multithreading in php u just need to install it, and tell me how u did (command log will be fine) here is the pthread document: important: i need it to be done by today

    €7 - €17
    Sinetöity
    €7 - €17
    5 tarjoukset

    Need some help with PTHREADS. I want to keep over 1000 threads opened at any time, something like a thread pool. Here is the code : After spawning 300 threads it begins to give errors, return code from pthread_create() is 11, and after that keeps executing them one by one. BUDGET : 100 USD (just fix pthreads bug and make it run, no more than that).

    €108 (Avg Bid)
    €108 Keskimäär. tarjous
    18 tarjoukset

    need some1 who has good expertise in multithreading applications using pthread library.

    €85 (Avg Bid)
    €85 Keskimäär. tarjous
    3 tarjoukset
    pthread library Loppunut left

    need an expert on pthread someone gud in programming.

    €16 (Avg Bid)
    €16 Keskimäär. tarjous
    2 tarjoukset

    using pthread need to implement thread pool one shud be well versed with Linux environment and can debug the multithreaded API's

    €119 (Avg Bid)
    €119 Keskimäär. tarjous
    15 tarjoukset
    thread pool impl Loppunut left

    thread pool implementation using pthread api's it shud not be too complex to understand

    €16 (Avg Bid)
    €16 Keskimäär. tarjous
    1 tarjoukset

    I have a problem loading a program that have dependence posix like pthread or curl in the memory and executes it simply it only occurs in x64 architecture. The task this project is to run the program that has pthread run properly by project in attachment.. In this mega file has the necessary files to understand my problem, has already compiled binary and have the codes sources. This job not is easy to do this work is need deep knowledge of memory allocation in C. !xpwBDR5C!gl1oYMTNMvirv1JyCFI9ZofQVoOXNwuVdtwKLB91SrA

    €172 (Avg Bid)
    €172 Keskimäär. tarjous
    1 tarjoukset

    I have a problem loading a program that have dependence posix like pthread or curl in the memory and executes it simply it only occurs in x64 architecture. The task this project is to run the program that has pthread run properly by project in attachment.. In this mega file has the necessary files to understand my problem, has already compiled binary and have the codes sources. This job not is easy to do this work is need deep knowledge of memory allocation in C. !xpwBDR5C!gl1oYMTNMvirv1JyCFI9ZofQVoOXNwuVdtwKLB91SrA

    €529 (Avg Bid)
    €529 Keskimäär. tarjous
    14 tarjoukset

    Need to write a technical report based on concurrency problems in Banking. ...in Banking. The paper must describe the background of the project i.e. Concurrency and the banking functions. The concurrency problem must be illustrated using Finite State Machines(FSM) or Finite State Processes (FSP), and Erlang. The solution (Mutex) must also be illustrated in FSM/FSP and implemented in Erlang. • The background: Banking and Erlang • The concurrency problems using some high level description like FSM or FSP. How does this manifest itself in your Erlang implementation? • What is your solution idea/algorithm? (Mutex!probably) • Solution in Erlang including some analysis(tests, problems encountered). Please give accurate quotes, project needs ...

    €140 (Avg Bid)
    €140 Keskimäär. tarjous
    24 tarjoukset
    Erlang Project Loppunut left

    Any expert in Erlang ? Time deadline 36 Hours. Simple Project. Code need to be modified. Bid only If you have worked earlier in erlang with concurrency and mutex problems.

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    1 tarjoukset

    Any expert in Erlang ? Time deadline 36 Hours. Simple Project.. Code need to be modified. PM Only If you have worked earlier in erlang with concurrency and mutex problems.

    €420 (Avg Bid)
    €420 Keskimäär. tarjous
    10 tarjoukset

    Hello, I have a php code with pthread. but when i run it it shows me error: Fatal error: Class 'Thread' not found in C:cygwin64homemzapcaddermultisendermultitest on line 4 PHP Fatal error: Class 'Thread' not found in C:cygwin64homemzapcaddermultisendermultitest on line 4 Tried my best to install pthread dll's with failed attempt. I ready to pay for someone who can make it works. Windows 10, cygwin, Xamp, and php installed.

    €82 (Avg Bid)
    €82 Keskimäär. tarjous
    7 tarjoukset

    Hello, I have a php code with pthread. but when i run it it shows me error: Fatal error: Class 'Thread' not found in C:cygwin64homemzapcaddermultisendermultitest on line 4 PHP Fatal error: Class 'Thread' not found in C:cygwin64homemzapcaddermultisendermultitest on line 4 Tried my best to install pthread dll's with failed attempt. I ready to pay for someone who can make it works. Windows 10, cygwin, Xamp, and php installed.

    €40 (Avg Bid)
    €40 Keskimäär. tarjous
    5 tarjoukset

    Need to write a technical report based on concurrency problems in Banking. The paper must describe the background of the project i.e. Concurrency an...problems in Banking. The paper must describe the background of the project i.e. Concurrency and the banking functions. The concurrency problem must be illustrated using Finite State Machines(FSM) or Finite State Processes (FSP), and Erlang. The solution (Mutex) must also be illustrated in FSM/FSP and implemented in Erlang. • The background: Banking and Erlang • The concurrency problems using some high level description like FSM or FSP. How does this manifest itself in your Erlang implementation? • What is your solution idea/algorithm? (Mutex!probably) • Solution in Erlang including some analysis(...

    €186 (Avg Bid)
    €186 Keskimäär. tarjous
    14 tarjoukset

    1 familiar with the communication protocol, fa...code: Https:// Key code: Https:// Https:// Aggregate demand: 1 Windows to achieve the use of HackRF hardware on the GSM protocol for the stability of the data analysis and use (including the two parts). :LibUSB+LibHackRF+Pthread or VC2013 development VC6 3 modify the hackrf_transfer.c to achieve the corresponding functional requirements. Functional requirements: 1 GSM up and down SMS extraction 2 GSM number analysis extraction. 3 GSM voice message offline storage. 4 GSM pseudo base simulation (HACKRF power precision is limited, only to do research and Exploration)

    €141 (Avg Bid)
    €141 Keskimäär. tarjous
    2 tarjoukset

    ...concurrently. You should include a descriptive document of your solution, a test methodology, and a log demonstrating that the solution works properly. **Part Two** The second part of this project is to re-construct the monitor functionality (completed in Part One) using the pthread_mutex_lock and pthread_mutex_unlock, pthread_cond_signal and pthread_cond_wait functions available in the pthread library (obviously those functions and features should not be used in part 1). Show and explain the results of the Part Two implementation. Include a discussion of comparison between the two different methods of implementation and any differences in results or performance. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as comple...

    €86 (Avg Bid)
    €86 Keskimäär. tarjous
    7 tarjoukset

    I need to have pthread installed on ubuntu Server, which should work with php perfectly without any issue now and later on as well. I need it done right away.

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    8 tarjoukset

    dining philosoper problem using Pthreads mutex and locks and condition variables

    €16 / hr (Avg Bid)
    €16 / hr Keskimäär. tarjous
    5 tarjoukset