php - How to connect the service layer in mysql logical architecture
仅有的幸福
仅有的幸福 2017-05-16 13:05:30
0
1
708

Every time the client initiates a new request, the server-side connection/thread processing tool is responsible for receiving the client's request and opening up a new memory space to generate a new thread in the server-side memory. When each user connects to On the server side, a new thread will be generated in the process address space to respond to the client request. Query requests initiated by the user are all run in the thread space, and the results are also cached and returned to the server side. Thread reuse and destruction All are implemented by the connection/thread processing manager

I don’t understand this passage. Is it a request initiated by the client or a request initiated by our user when we usually access the website database? As a user, there is no such thing as a client. The client I understand is a remote link tool
Please give detailed answer

仅有的幸福
仅有的幸福

reply all(1)
大家讲道理

When the user operates the browser, the browser will access the corresponding server. This means that the browser can be viewed as a client, that is, the client makes a request, and the corresponding client is relative to the server, connects to the server, and performs operations on the server. Various operations.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template