Welcome! Log In Create A New Profile

Advanced

Re: Does nginx support multi-thread?

Maxim Dounin
June 01, 2009 07:03AM
Hello!

On Mon, Jun 01, 2009 at 12:54:53PM +0800, Chieu wrote:

> I found that nginx can just work in multi-process. I just write a cache and
> found the cache can not be shared in multi-process model, each work process
> just copy the cache and manage the cache self. So I want a global cache
> .Does any way I can share a cache in global?

For inter-process data nginx typically uses shared memory zones
(implemented via mmap() or shmget() depending on OS capabilites).
Take a look at ngx_http_limit_zone_module for coding examples.

Maxim Dounin
Subject Author Posted

Does nginx support multi-thread?

Chieu June 01, 2009 12:54AM

Re: Does nginx support multi-thread?

Maxim Dounin June 01, 2009 07:03AM

Re: Does nginx support multi-thread?

Chieu June 01, 2009 10:16PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 323
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready