S
S
Sergey Aganezov2010-10-26 20:35:02
Python
Sergey Aganezov, 2010-10-26 20:35:02

Multithreaded programming?

Where to read about this thing in a good theoretical aspect, where patterns, examples, problems, tricks and the like would be covered?
It is desirable in application to Python, but this is not so important, it is much more important to get a basis.
And then I try to implement some things, but I understand that I don’t know the basics of designing multi-threaded applications and it feels like I’m gluing wallpaper through a keyhole.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
bigbaraboom, 2010-10-27
@bigbaraboom

I would recommend a book called Linux Programming the Professional Approach. This book very clearly describes the approaches of multi-threaded programming, though in C ++ but after reading it you will understand everything about it. In my opinion it can be downloaded even somewhere in electronic form.

T
Thomas, 2010-10-27
@Thomas

keysolutions.ru/articles/osnovy-worky-s-potokami-v-python

E
equand, 2010-10-28
@equand

The general principles and patterns are the same in different languages.
Essentially, you will have to use locks, or semaphores, or queues for processing, depending on the project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question