Examples of using A single thread in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
However, this is a single THREAD.
Not a single thread can be replaced.
One possibility is to have it operate as a single thread.
Java NIO: A single thread managing multiple connections.
NET objects do not lock resources andmust only be used on a single thread.
Not in a single thread, so you will need to seek them out.
Each process has its own address space and a single thread of control.
A single thread always takes the first step to shape a larger image.
Node. js runs using a single thread, at least from a Node.
Note: There is a second notification method, notify(),which wakes up a single thread.
Event loop is a single thread that performs all I/O operations asynchronously.
If this happens,Elasticsearch will automatically throttle indexing requests to a single thread.
No matter how powerful your server may be, a single thread can only support a limited load.
This is a diagramshowing using a selector to process three channels in a single thread:.
From a distance, it may become harder to see a single thread clearly, but it's still in there.
Each vat has a single thread of execution, a stack frame, and an event queue.
(However, if you can arrange that thevalue is only ever written from a single thread, then you can ignore the first condition.).
At any one time only a single thread can acquire a lock for a Python object or C API.
Code that executes correctly under multiple threads, but slower than the same code running on a single thread, is hardly an improvement.
Currently, our server runs in a single thread, meaning it can only serve one request at a time.
A single thread can at most utilize a single CPU, and as I mentioned above, sometimes not even completely utilize a single CPU.
Cocoa applications have a convenientway of delivering messages in a synchronized manner to a single thread.
Each one of us is like a single thread in a huge tapestry, woven in a complex and colorful pattern.
Js runs in a single thread does not mean that we can't take advantage of multiple processes and, of course, multiple machines as well.
There is, of course, the question of sharing a single thread between all clients requests, and it is a potential pitfall of writing Node. js applications.
If everyone is on a single thread, then we are not only throwing opponents a street, do not know will dump a few streets.
When you're running in a single thread, no other code will even see these values until the whole function is done, anyway.