view src/core/nginx.h @ 2917:62010fa37ead

try to reuse last 4 free large allocation links this fixes a pool growing for multi-requests keepalive connections
author Igor Sysoev <igor@sysoev.ru>
date Wed, 03 Jun 2009 13:57:28 +0000
parents 6188bdc89e7c
children a135d995569a
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8001
#define NGINX_VERSION      "0.8.1"
#define NGINX_VER          "nginx/" NGINX_VERSION

#define NGINX_VAR          "NGINX"
#define NGX_OLDPID_EXT     ".oldbin"


#endif /* _NGINX_H_INCLUDED_ */