每个客户机请求需要一个线程。
注意它已经包括了一个线程ID。
一个线程可以派生另一个进程。
请求被工作进程中的一个线程获取。
The request is picked up by a thread within the worker process.
现在,看一下第一个线程发生了什么。
每个消息流就是一个线程。
而对于异步用例,我们只使用一个线程。
一个线程被创建来处理每个新用户连接。
因此必须确定生成一个线程来获取数据。
同步语句一次仅允许一个线程进入代码块。
The synchronized statement enbales only one thread to enter a code block at a time.
可取的方法是为每个邮箱目录指定一个线程。
The best practice approach is to assign one thread per mail directory.
我可以暂停过程中除了一个线程?
绝对没有理由在这里有一个线程。
有没有办法找出,是否一个线程?
如何使一个线程运行得更快?
然后,下列代码会创建并启动一个线程。
The following code would then create a thread and start it running.
我想恢复一个线程,我要做的主要工作。
I want to make resume one thread which I must do major work.
另外,一个线程组可以包含其他线程组。
In addition, a thread group can also include other thread groups.
每一个线程池线程可以同时运行一个任务。
一个actor由一个信箱和一个线程组成。
一种(理论上的)方法是单独为每个邮箱配置一个线程。
One (theoretical) way is to configure a separate thread per mailbox.
如果生活是一床被子,爱情应该是一个线程。
我如何创建和启动一个线程在网络参数。1.1 ?
How can I create and start a parameterized thread in. NET 1.1?
线程存在于进程之中——每个进程至少有一个线程。
Threads exist within a process - every process has at least one.
自从我们出生,都有一个线程连接我们所有人在一起。
Since we were born, there is a thread which connects all of us together.
比如,多线程的每一个线程可以有一个互斥锁的句柄。
For example, multiple threads can each have a handle to a mutex object.
一个程序至少有一个进程,一个进程至少有一个线程。
A program has at least one process, a process has at least one thread.
如果任务催生了一个线程来做它的工作,这就是生意。
If that task spawned a thread to do its work, that's it's business.
请求/响应周期使它成为了经典的模型,即每个连接使用一个线程。
The request/response cycle lends itself to the classic one thread per connection model.
请求/响应周期使它成为了经典的模型,即每个连接使用一个线程。
The request/response cycle lends itself to the classic one thread per connection model.
应用推荐