Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gil

Python Gil And Multithreading

I would like to separate my sigle-thread application to number of working threads. Just 1 question … Read more Python Gil And Multithreading

How To Call A Multi-threaded C Function In Cython?

I have a question about how to call a multi-threaded C function in Cython. Do I need to release/acq… Read more How To Call A Multi-threaded C Function In Cython?

Parallel File Matching, Python

I am trying to improve on a script which scans files for malicious code. We have a list of regex p… Read more Parallel File Matching, Python

Python Gil: Is Django Save() Blocking?

My django app saves django models to a remote database. Sometimes the saves are bursty. In order to… Read more Python Gil: Is Django Save() Blocking?

Running Computation In Background Thread Python/pygtk

Is there a way to run a python thread in the background without locking down the rest of python dur… Read more Running Computation In Background Thread Python/pygtk

Python GIL: Is Django Save() Blocking?

My django app saves django models to a remote database. Sometimes the saves are bursty. In order to… Read more Python GIL: Is Django Save() Blocking?