Re: Transforming nginx for Windows

2014-09-02 Thread itpp2012
nginx for Windows, one year on… Time flies when you’re having fun :) one year down the road transforming nginx, rewriting, re-developing, crashing, heavy battles with compilers, add-on’s, c++ restrictions, ngxLuaDB powered by nginx for Windows, cross compiler, multi node imports… and yet here we a

Re: Transforming nginx for Windows

2014-04-03 Thread itpp2012
> very useful to me. But, for the long term, I still strongly believe > the application should be able to be run multiple times on the same > windows server instance. I agree with you but its not strait forward to get this to work that way, I'll put it on the todo list. Posted at Nginx Forum: h

Re: Transforming nginx for Windows

2014-04-03 Thread tonyschwartz
I hear what you're saying and I'm not trying to take away from your great work on this project. I appreciate it very much. It has proven very useful to me. But, for the long term, I still strongly believe the application should be able to be run multiple times on the same windows server instance

Re: Transforming nginx for Windows

2014-04-03 Thread itpp2012
tonyschwartz Wrote: --- > run multiple instances. I would suggest nginx for windows should > allow it. Perhaps a config entry for this "shared pool name" property > can be added to the configs. I've tried this with the plain basic nginx version

Re: Transforming nginx for Windows

2014-04-02 Thread tonyschwartz
Not really, you'd need another copy of windows depending on the type of vm, extra licensing, etc. I have been doing this kind of thing very happily for many many years. I like doing it this way and have had very good experiences doing it. Most any kind of app will happily run multiple instances.

Re: Transforming nginx for Windows

2014-04-02 Thread Scott Ribe
Wouldn't you want to use VMs for that? On Apr 2, 2014, at 12:05 PM, tonyschwartz wrote: > I have money for one powerful test server. I run two instances for > availability reasons. > > For example, let's say I have an integration test environment and an > acceptance test environment... > > On

Re: Transforming nginx for Windows

2014-04-02 Thread tonyschwartz
I have money for one powerful test server. I run two instances for availability reasons. For example, let's say I have an integration test environment and an acceptance test environment... On the integration test environment, I want to be able to tinker with the configs and bring the app up and

Re: Transforming nginx for Windows

2014-04-02 Thread itpp2012
tonyschwartz Wrote: --- > This is definitely working better now. Thanks for letting me know > about the newer version. I didn't notice the newer version because > the order the versions were appearing was backwards, but that appear > to be corre

Re: Transforming nginx for Windows

2014-04-02 Thread tonyschwartz
This is definitely working better now. Thanks for letting me know about the newer version. I didn't notice the newer version because the order the versions were appearing was backwards, but that appear to be corrected now. Anyway, now that I've upgraded, I am running into a different issue. I

Re: Transforming nginx for Windows

2014-03-31 Thread tonyschwartz
Trying now, will let you know how it goes. Thanks! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242426,248876#msg-248876 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Transforming nginx for Windows

2014-03-28 Thread itpp2012
tonyschwartz Wrote: --- > Has anyone else experienced nginx.exe 1.5.9.1. Cheshire crashing on > Windows server 2003? Intermittently, it is crashing on me with this > message in the NT event logs: > 0.0.0.0, faulting module nginx.exe, version 0.0

Re: Transforming nginx for Windows

2014-03-28 Thread tonyschwartz
Has anyone else experienced nginx.exe 1.5.9.1. Cheshire crashing on Windows server 2003? Intermittently, it is crashing on me with this message in the NT event logs: Event Type: Information Event Source: Application Error Event Category: (100) Event ID: 1004 Date: 3/28/2014

Re: Transforming nginx for Windows

2014-03-07 Thread Maxim Dounin
Hello! On Thu, Mar 06, 2014 at 06:05:03PM -0500, tonyschwartz wrote: > There is definitely some issue doing proxying. At some point, the > connection to the back end appears to go bad. The request from the browser > to nginx just spins and spins. This occurs against (ahem...) IIS6 and also > a

Re: Transforming nginx for Windows

2014-03-07 Thread itpp2012
tonyschwartz Wrote: --- > There is definitely some issue doing proxying. At some point, the > connection to the back end appears to go bad. The request from the > browser to nginx just spins and spins. This occurs against (ahem...) > IIS6 and a

Re: Transforming nginx for Windows

2014-03-06 Thread tonyschwartz
There is definitely some issue doing proxying. At some point, the connection to the back end appears to go bad. The request from the browser to nginx just spins and spins. This occurs against (ahem...) IIS6 and also against the Cassini local visual studio development environment exhibits this be

Re: Transforming nginx for Windows

2014-03-06 Thread itpp2012
tonyschwartz Wrote: --- > How ready is this for production? I seem to be getting a lot of > intermittent timeouts/dropped connections to the backend or something > doing upstream proxying. Just wondering before I go digging into this > any more.

Re: Transforming nginx for Windows

2014-03-06 Thread tonyschwartz
Actually, this may be my issue: http://forum.nginx.org/read.php?15,239760,239760 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242426,248193#msg-248193 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Transforming nginx for Windows

2014-03-06 Thread tonyschwartz
How ready is this for production? I seem to be getting a lot of intermittent timeouts/dropped connections to the backend or something doing upstream proxying. Just wondering before I go digging into this any more. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242426,248190#msg-248190

Re: Transforming nginx for Windows

2014-02-07 Thread itpp2012
tonyschwartz Wrote: --- > This is very nice. Thanks. I noticed the > encrypted-session-nginx-module is missing from this build. Is there No reason to omit it other then no one has requested it :) I'll have a look and add it if there are no cro

Re: Transforming nginx for Windows

2014-02-07 Thread tonyschwartz
This is very nice. Thanks. I noticed the encrypted-session-nginx-module is missing from this build. Is there some reason you omitted it? Have you published any docs on how to build this ourselves in windows using your source code? Or is that obvious and I should RTM? Posted at Nginx Forum: h

Re: Transforming nginx for Windows

2013-09-25 Thread Yichun Zhang (agentzh)
Hello! On Wed, Sep 25, 2013 at 2:02 PM, itpp2012 wrote: > > Url of this scaffold? I can get anything running so this is going to be an > interesting test. > See the official documentation for the ngx_lua test suite: http://wiki.nginx.org/HttpLuaModule#Test_Suite Good luck! -agentzh ___

Re: Transforming nginx for Windows

2013-09-25 Thread itpp2012
> First of all, thank you for the work on Windows! :) We're getting there slowly! :) I've got 2 workers working, just need to figure out why :) > It'll be great if you can try running ngx_lua (and other nginx > modules') test suite against your Windows build on Windows. The test > scaffold is wr

Re: Transforming nginx for Windows

2013-09-25 Thread Yichun Zhang (agentzh)
Hello! On Wed, Sep 25, 2013 at 10:43 AM, itpp2012 wrote: > Based on nginx 1.5.6 (25-9-2013) with; > + Bug fixes in lua-nginx-module(master 25-9-2013) and ngx_devel_kit(master > 25-9-2013) by agentzh First of all, thank you for the work on Windows! :) It'll be great if you can try running ngx_lua

Re: Transforming nginx for Windows

2013-09-25 Thread itpp2012
13:46 25-9-2013: nginx 1.5.6.3 Alice Based on nginx 1.5.6 (25-9-2013) with; + Bug fixes in lua-nginx-module(master 25-9-2013) and ngx_devel_kit(master 25-9-2013) by agentzh + Both debug and non-debug versions, the non-debug version is production use ready ! * vcredist_x86 is required, get it here

Re: Transforming nginx for Windows

2013-09-23 Thread itpp2012
Lua compiled in! Transforming nginx for Windows: http://forum.nginx.org/read.php?2,242426 https://groups.google.com/forum/#!forum/openresty-en (Lua nginx compiled for nginx windows) Builds can be found here: http://nginx-win.ecsds.eu/ 10:37 23-9-2013: nginx 1.5.6.1 Alice Based on nginx 1.

Re: Transforming nginx for Windows

2013-09-11 Thread itpp2012
nginxorg Wrote: --- > Just checking if you have any patches against nginx-1.4 or nginx-1.5 > to share? > > Thanks! When the outstanding issues have been resolved all code will flow back into the community, my target is a Windows nginx version th

Re: Transforming nginx for Windows

2013-09-11 Thread Andrew Alexeev
On Sep 10, 2013, at 11:25 PM, itpp2012 wrote: > 10:27 10-9-2013: B02 build > > Based on nginx 1.4.2 with; > pcre-8.32 > zlib-1.2.8 > openssl-1.0.1e > + Compiled with: FD_SETSIZE = 16384 (original Windows source files > modified) > + Now capable to handle C250K ! (with optimization registry fi

Re: Transforming nginx for Windows

2013-09-10 Thread itpp2012
10:27 10-9-2013: B02 build Based on nginx 1.4.2 with; pcre-8.32 zlib-1.2.8 openssl-1.0.1e + Compiled with: FD_SETSIZE = 16384 (original Windows source files modified) + Now capable to handle C250K ! (with optimization registry file) + Added Windows optimization registry file, check your curr

Re: Transforming nginx for Windows

2013-09-04 Thread itpp2012
If you want to test along pushing the max concurrent limit here's my experimental version: nginx 1.4.2 experimental b01.zip http://www.sendspace.com/file/zc4ak8 MD5:812ea5e77b39a11468291d9cb9b87503 SHA1: a2fb9e89fb272a3b3ee6162667f88e662c591ba6 Got to 20k concurrent connections today, anyone

Re: Transforming nginx for Windows

2013-09-02 Thread itpp2012
Found them, tnx, no adjustment needed here, it's dealing with the much larger FD table without problems. Got up to 12k concurrent connections today one worker one cpu at around 40% utilization, can't get beyond that yet due to the test tool not being able to go beyond 12k :) If anyone wants to tes

Re: Transforming nginx for Windows

2013-09-01 Thread Valentin V. Bartenev
On Monday 02 September 2013 00:58:42 itpp2012 wrote: > Working on getting real high performance with nginx under windows I am > rewriting code and already got around the fd_setsize issue following > http://stackoverflow.com/questions/7976388/increasing-limit-of-fd-setsize-a > nd-select/18530636 whi