threading tag

29 questions


1 answers
325 views
0
Python multi-threading questions

I'm trying to implement multi-threading in Python.When the thread of t_0 enters the function, it is held continuously at while 1.The code that then executes the t_1 thread does not move on.If the firs...

1 years ago

1 answers
134 views
0
What is the difference between wait() and sleep()?

What is the difference between wait() and sleep()


1 answers
104 views
0
What is a daemon thread in Java?

Someone please explain the daemon thread.

1 years ago

1 answers
128 views
0
How to thread easily in C++

Instead of using a thread library like C,Looking for C++ style (object-oriented) thread objects.Please teach me the easiest way to thread in C++!Is there anyone who can post an example of a program wh...

1 years ago

2 answers
111 views
0
The undefined reference appears in Linux pthread_create. Is there anyone who can help me?

I'm following https://computing.llnl.gov/tutorials/pthreads/I keep getting errors when I run the code below.Even though pthread.h was included, it keeps saying pthread_create is not definedWhy is this...


1 answers
149 views
0
Compare _beginhread / _beginhreadex / CreateThread in Windows threading

I want to know the pros and cons of comparing those three.All 3 functions create a new thread.I know that it's easier to know the error when you call CreateThreadCan you compare how the other three ar...

1 years ago

1 answers
82 views
0
How to Use Scrapy Threads

Hi, how are you?I do web-crawling with Scrappy Since there's a lot of data, it takes more than 10 hours to get it...I looked up how to solve this, and they said we could use a thread I've never used a...


1 answers
131 views
0
How many threads does Java VM support?

How many threads does Java VM support? Is it different depending on the manufacturer or operating system? What are the other factors?

1 years ago

1 answers
109 views
0
There is a problem with Java multi-threaded shared variables.

I'm writing multi-threading the enemy's actions as I make the Java console game.Make the thread a separate class and start() from the main.The structure in the thread is rotated by a repeating door so...


1 answers
69 views
0
Questions regarding Python Thread Module.

I'm making a chat program with Python and I'm in trouble. You need to turn socket receive and send together with the thread, but if you turn input to the thread, other threads will also stop. If you e...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.