Introducing application and port shared memory queues.
The goal is to minimize the number of syscalls needed to deliver a message.
This commit is contained in:
@@ -121,6 +121,8 @@ struct nxt_unit_callbacks_s {
|
||||
*/
|
||||
void (*request_handler)(nxt_unit_request_info_t *req);
|
||||
|
||||
void (*data_handler)(nxt_unit_request_info_t *req);
|
||||
|
||||
/* Process websocket frame. */
|
||||
void (*websocket_handler)(nxt_unit_websocket_frame_t *ws);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user