Forum Moderators: phranque

Message Too Old, No Replies

Nginx related question

nginx

         

Nutty2k

10:28 pm on Oct 9, 2024 (gmt 0)

5+ Year Member



hi, this is probably a newbie Nginx question;

Ive been looking through some Nginx websites in Dev tools, and ive recently noticed that some of them have alot more going on in the "thread pool' section.
For instance: each 'thread pool worker' has 'streaming compile task' , 'parse and compile' , 'waiting for network' repeatedly. it looks like each worker is handling data/files in quick succession.(large groups of yellow and grey blocks, all close together)
My website seems to 'streaming compile task' and 'compiles task' once, then after 100ms repeat.

Is this done by socket sharding or some form of parallel requesting setup in Nginx?