ap_sock_disable_nagle(sock);
}
- ap_create_sb_handle(&sbh, p, conn_id / HARD_SERVER_LIMIT, thread_num);
+ ap_create_sb_handle(&sbh, p, conn_id / HARD_THREAD_LIMIT, thread_num);
current_conn = ap_run_create_connection(p, ap_server_conf, sock, conn_id, sbh);
if (current_conn) {
ap_process_connection(current_conn);
ap_sock_disable_nagle(sock);
}
- ap_create_sb_handle(&sbh, p, conn_id / HARD_SERVER_LIMIT, thread_num);
+ ap_create_sb_handle(&sbh, p, conn_id / HARD_THREAD_LIMIT, thread_num);
current_conn = ap_run_create_connection(p, ap_server_conf, sock, conn_id, sbh);
if (current_conn) {
ap_process_connection(current_conn);