Changes for nginx_basic: Source changes back ported
Scheduled release: yes
Additional specifications: see ‘Feature list’
This release is dedicated to our beloved Yorkshire terrier Peewee who
aged 11,5 years passed away on Sunday July 20 at 15.15, we shall miss
him dearly.
I also noticed you added the PHP and Nginx U. setups for security
would
you also add a FTP / MySQL option even though it is easy for us to just
edit
the vb scripts to suit our needs for other services but i was just
thinking
for others.(Maybe they are lazy)
I am not sure if anyone else uses the following program https://bitsum.com/processlasso/ but for me in a server enviorment it
works
wounders i can set the CPU affinities and seperate Nginx from PHP to its
own
CPU Cores. But i am curious if it is a bad thing to do this when i have
“worker_processes auto;” set to be auto and create the number of Nginx
instances for the number of CPU cores avaliable. Core functionality
Basically you can take any fcgi wrapper, adjust some minor stuff for
windows
but you’d have to rewrite the socket part into a tcp port, just like php
works.
Or use a simple apache/modperl as (loadbalanced) backend(s).
I also noticed you added the PHP and Nginx U. setups for security
would you also add a FTP / MySQL option even though it is easy for us
to just edit the vb scripts to suit our needs for other services but i
was just thinking for others.(Maybe they are lazy)
The way we made those scripts show that anything is possible with
Windows
with security in mind and minimal effort, there is no excuse for not
securing nginx / php or laziness anymore.
PHP to its own CPU Cores. But i am curious if it is a bad thing to do
this when i have “worker_processes auto;” set to be auto and create
the number of Nginx instances for the number of CPU cores avaliable. Core functionality
Whatever works best for you, there are many tools to force cpu affinity,
for
some apps 1 worker/cpu works best for other apps 2 workers/cpu works
better.
There is no clear guideline other then testing/tuning everything not
just
nginx.
Thats what i have been doing not enocunterd any issues as such yet with
Nginx or PHP i am also curious if it possible to execute compression of
images via Nginx, For those of us who use CloudFlare.com already know
that
cloudflare performs lossless image compression most likely the same way
via
linux.
On windows we have the following tool avaliable what just executes a
series
of command line tools to compress images. http://nikkhokkho.sourceforge.net/static.php?page=FileOptimizer aswell
as
various other files zip, rar, gzip, png ,jpeg the list is endless.
But to save having to compress images manualy especialy if dealing with
a
site that takes image/media uploads could we not have nginx execute the
program via a command line module for images it is serving.
I looked through the modules list the only one i could find that might
make
use of the exec function is the following.
The trick with pre-compressed files is to have a separate process doing
the
compression and doing a test inside nginx for the existence of this
compressed file.
Ea.
if file.jpg.extracompressed exists then serve directly from filesystem
else do something with zlib.
But for expensive image compression involved with relatively large
data volumn and CPU computation, it is better to be done in a
dedicated daemon process outside your online nginx server.
Also itpp2012 i don’t know if you remember from the last time we talked
but
would it be better or any difference for you to compile a 64bit Nginx
instead of a 32bit ?
But for expensive image compression involved with relatively large
data volumn and CPU computation, it is better to be done in a
dedicated daemon process outside your online nginx server.
Also itpp2012 i don’t know if you remember from the last time we
talked but would it be better or any difference for you to compile a
64bit Nginx instead of a 32bit ?
For new items/issues please open a new topic.
64bit builds are still under investigation, a basic testbuild we’ve done
last month did not show enough gain yet.
Posted at Nginx Forum:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.