开发者

multiprocessing

0
  • Python Help with Pygame and Multiprocessing

    I\'m using pygame to blit an image to screen, while it does the mainloop. I\'m using multiprocessing for threads, but there seems to be a problem. Please don\'t chew me out over the weird wannabe xml[详细]

    2023-03-14 08:39 分类:问答
  • Semaphores and shared memory

    I have a question regarding multiprocessprogramming in C, I have several reader processes that will be reading from a file into a shared buffer and several writer processes reading from the buffer and[详细]

    2023-03-14 08:26 分类:问答
  • Multithreading vs multiprocessing

    I am new to this kind of programming and need your point of view. I have to build an application but I can\'t get it to compute fast enough. I have already tried Intel TBB, and it is easy to use, but[详细]

    2023-03-14 03:28 分类:问答
  • Why does this python program sometimes fail to exit?

    I wrote a test program, wh开发者_如何学运维ich has two processes. The father process gets data from a Queue, and the child puts data into it. There is a signal handler which tells the program to exit.[详细]

    2023-03-13 22:25 分类:问答
  • Python Multiprocessing - Just not getting it

    I\'ve been spending some time trying to understand multiprocessing, though its finer points evade my untrained mind. I\'ve been able to get a pool to return a simple integer, but if the function doesn[详细]

    2023-03-13 16:53 分类:问答
  • Multiple instances

    I am trying to perform parallel processing by lauching a console application program2 that does the work stuff. It is launched by program1 which knows how many instances to launch.[详细]

    2023-03-12 21:51 分类:问答
  • Python 2.3 multiprocessing

    Is there any multiprocessing type module for Python 2.3?I am stuck using 2.3 for the programs I interface with and would like to be able to setup some multiprocessing as the tasks I do only use one CP[详细]

    2023-03-11 00:42 分类:问答
  • Python Distributed Computing (works)

    I\'m using an old thread to post new code which attempts to solve the same problem. What constitutes a secure pickle? this?[详细]

    2023-03-10 08:30 分类:问答
  • Django view and separate processes

    I would like to do something similar: f(n) calculates n! , this obviously takes a long time to do, so the calculations need to run in a separate process from the django view. Additionally I would lik[详细]

    2023-03-10 08:12 分类:问答
  • Starting a subprocess via python multiprocessing hangs

    I\'m using pyAudio to listen to the audio device and do some \"stuff\" in the background while the main program continues to run.[详细]

    2023-03-10 04:25 分类:问答