Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
nxweb
Conversations
About
nxweb
Contact owners and managers
1–30 of 68
NXWEB - ultra-fast and super-lightweight web server for applications written in C.
Project page »
Mark all as read
Report group
0 selected
Hans
,
Yaroslav
8
2/15/17
Meaning of errors in error log and their reporting to handlers
hi, It seems the errors I am hunting now, all come from 1 particular source network. So I am looking
unread,
Meaning of errors in error log and their reporting to handlers
hi, It seems the errors I am hunting now, all come from 1 particular source network. So I am looking
2/15/17
Abdul Hakeem
,
Yaroslav
2
4/17/16
HTTP/2
Not really. On Sun, Apr 17, 2016 at 11:50 AM, Abdul Hakeem <alha...@gmail.com> wrote: Hello,
unread,
HTTP/2
Not really. On Sun, Apr 17, 2016 at 11:50 AM, Abdul Hakeem <alha...@gmail.com> wrote: Hello,
4/17/16
Ohenepee Peps
,
Yaroslav
2
3/14/16
Could you please UPDATE the Benchmarks? [Its sooo OLD]
You can always do it yourself if you think something has changed since 2012. On Mon, Mar 14, 2016 at
unread,
Could you please UPDATE the Benchmarks? [Its sooo OLD]
You can always do it yourself if you think something has changed since 2012. On Mon, Mar 14, 2016 at
3/14/16
Tolga Hoşgör
, …
kaga...@gmail.com
10
3/2/16
Is it possible to use C++ in handlers?
Since I am quite happy with clang++, I didn't try to make that work with g++. But, I have created
unread,
Is it possible to use C++ in handlers?
Since I am quite happy with clang++, I didn't try to make that work with g++. But, I have created
3/2/16
Mak Sim
,
Yaroslav
3
1/5/16
Why GNUSSL?
I am not specialist in SSL, so I was choosing from most popular libraries. I found GNUSSL well
unread,
Why GNUSSL?
I am not specialist in SSL, so I was choosing from most popular libraries. I found GNUSSL well
1/5/16
Carlos Ferreira
, …
Yaroslav
6
12/1/15
Websockets support
I just never had a project that used WebSockets, so no implementation (yet). On Tue, Dec 1, 2015 at 2
unread,
Websockets support
I just never had a project that used WebSockets, so no implementation (yet). On Tue, Dec 1, 2015 at 2
12/1/15
Alex Koch
, …
Yaroslav
9
10/13/15
why threads instead of processes
I do not think the difference here is really significant. Each process/thread handles many concurrent
unread,
why threads instead of processes
I do not think the difference here is really significant. Each process/thread handles many concurrent
10/13/15
Alexey S
,
Yaroslav
2
7/26/15
http2
Hi Alexey, No plans so far. Why whould you need it? Yaroslav On Sun, Jul 26, 2015 at 8:24 PM Alexey S
unread,
http2
Hi Alexey, No plans so far. Why whould you need it? Yaroslav On Sun, Jul 26, 2015 at 8:24 PM Alexey S
7/26/15
Ramesh Nethi
, …
Giulio Paci
14
6/18/15
Licensing
On Thursday, June 18, 2015 at 7:39:56 PM UTC+2, Yaroslav wrote: http://www.gnu.org/licenses/gpl-faq.
unread,
Licensing
On Thursday, June 18, 2015 at 7:39:56 PM UTC+2, Yaroslav wrote: http://www.gnu.org/licenses/gpl-faq.
6/18/15
Jarek Poświata
,
Yaroslav
2
4/30/15
HTTPS proxy
Pretty dificult I think. You've got to learn most of nxweb operation in order to do that.
unread,
HTTPS proxy
Pretty dificult I think. You've got to learn most of nxweb operation in order to do that.
4/30/15
Jarek Poświata
,
Yaroslav
2
2/12/15
proxy with cache
Hi Jarek, I would not recommend using memory cache in real life projects. I implemented it in nxweb
unread,
proxy with cache
Hi Jarek, I would not recommend using memory cache in real life projects. I implemented it in nxweb
2/12/15
Amey Jadiye
, …
Yaroslav
5
1/14/15
Building from cloned repository
Got it, thanks :) On Tuesday, 13 January 2015 18:00:21 UTC+5:30, Armin Fasold wrote: Yaroslav meant:
unread,
Building from cloned repository
Got it, thanks :) On Tuesday, 13 January 2015 18:00:21 UTC+5:30, Armin Fasold wrote: Yaroslav meant:
1/14/15
Andries
,
Yaroslav
4
12/24/14
enctype application/json
Andries, There are two ways to handle uploads: 1) The easiest is to let nxweb buffer post data in
unread,
enctype application/json
Andries, There are two ways to handle uploads: 1) The easiest is to let nxweb buffer post data in
12/24/14
Yaroslav
,
Hans
5
12/16/14
Announcement
New nxweb 3.3 branch with focus on usability
Hi Hans, It never gave me warnings but I can add that. Yaroslav On Tue, Dec 16, 2014 at 10:22 AM,
unread,
Announcement
New nxweb 3.3 branch with focus on usability
Hi Hans, It never gave me warnings but I can add that. Yaroslav On Tue, Dec 16, 2014 at 10:22 AM,
12/16/14
Andries
,
Yaroslav
5
12/11/14
response header location ignored
On Thu, Dec 11, 2014 at 10:27 PM, Andries <andrie...@gmail.com> wrote: With
unread,
response header location ignored
On Thu, Dec 11, 2014 at 10:27 PM, Andries <andrie...@gmail.com> wrote: With
12/11/14
King Ingyeo
,
Yaroslav
2
10/2/14
Any plan on implementing fastcgi?
On Thu, Oct 2, 2014 at 5:19 PM, King Ingyeo <thetr...@gmail.com> wrote: I'm a complete
unread,
Any plan on implementing fastcgi?
On Thu, Oct 2, 2014 at 5:19 PM, King Ingyeo <thetr...@gmail.com> wrote: I'm a complete
10/2/14
Jarek Poświata
,
Yaroslav
4
9/19/14
"Single shoot" threads
Virtual machines are used everywhere nowadays so nxweb should work on them. I did not see real issues
unread,
"Single shoot" threads
Virtual machines are used everywhere nowadays so nxweb should work on them. I did not see real issues
9/19/14
Hans
,
Yaroslav
3
8/25/14
custom data linking and lifecycle
Cool, thanks. Even better than I thought. The map per request thing was not something I knew it
unread,
custom data linking and lifecycle
Cool, thanks. Even better than I thought. The map per request thing was not something I knew it
8/25/14
Andries
,
Yaroslav
4
8/19/14
SSL session key
There is unique connection ID: conn->uid of type uint64_t. But this does not identify client or
unread,
SSL session key
There is unique connection ID: conn->uid of type uint64_t. But this does not identify client or
8/19/14
Alex Koch
,
Yaroslav
2
7/24/14
Scheduler event timer
Hi Alex, nxweb's event loop timers are complicated and not so flexible as in libev. The easiest
unread,
Scheduler event timer
Hi Alex, nxweb's event loop timers are complicated and not so flexible as in libev. The easiest
7/24/14
Jack Levin
,
Yaroslav
14
4/28/14
question about sending data
Glad you have figured it all out! On Mon, Apr 28, 2014 at 7:33 AM, Jack Levin <mag...@gmail.com
unread,
question about sending data
Glad you have figured it all out! On Mon, Apr 28, 2014 at 7:33 AM, Jack Levin <mag...@gmail.com
4/28/14
Andries
,
Yaroslav
15
4/13/14
subrequest headers
Yes, req->uri is the only way. Dispatcher is invoked before routing. On Sun, Apr 13, 2014 at 11:53
unread,
subrequest headers
Yes, req->uri is the only way. Dispatcher is invoked before routing. On Sun, Apr 13, 2014 at 11:53
4/13/14
Andries
,
Yaroslav
13
4/12/14
css and js files
There is sendfile handler for static files in nxweb. See default config for example. On Sun, Apr 13,
unread,
css and js files
There is sendfile handler for static files in nxweb. See default config for example. On Sun, Apr 13,
4/12/14
Amey Jadiye
,
Yaroslav
6
2/25/14
How to make custom logging in nxweb?
All access logging is done inside access_log.c via nxweb_access_log_add_frag() function (called from
unread,
How to make custom logging in nxweb?
All access logging is done inside access_log.c via nxweb_access_log_add_frag() function (called from
2/25/14
Cromagn
, …
Andrew Meadows
5
2/5/14
Production ready?
Amey - Woops sorry. Turns out I'm on the nxweb mailing list and forgot all about it. Nevermind. -
unread,
Production ready?
Amey - Woops sorry. Turns out I'm on the nxweb mailing list and forgot all about it. Nevermind. -
2/5/14
Eric Chang
, …
Yaroslav
13
10/19/13
How to use NXWEB as proxy
This is your module's variable you have to allocate it somewhere. You can allocate it from nxb
unread,
How to use NXWEB as proxy
This is your module's variable you have to allocate it somewhere. You can allocate it from nxb
10/19/13
Sören Titze
,
Yaroslav
2
10/10/13
"conn 0x7f7d6c001610 error: i=-2 errno=11 state=4 rc=3 br=721" Appearing in nxweb log
This error report is not critical. This means connection to client dropped for some reason before
unread,
"conn 0x7f7d6c001610 error: i=-2 errno=11 state=4 rc=3 br=721" Appearing in nxweb log
This error report is not critical. This means connection to client dropped for some reason before
10/10/13
Yaroslav
,
Sören Titze
2
10/9/13
Re: {nxweb} Beginner's question as to how add custom modules.
Yes, perfect answer. I like nxweb quite a lot I've been able to get my module running pretty fast
unread,
Re: {nxweb} Beginner's question as to how add custom modules.
Yes, perfect answer. I like nxweb quite a lot I've been able to get my module running pretty fast
10/9/13
Alex Koch
,
Yaroslav
12
10/4/13
NGINX/NXWEB/Golang Micro Benchmark
I have not tried it with NFS. Not sure about the best method for it. On Tue, Oct 1, 2013 at 10:47 PM,
unread,
NGINX/NXWEB/Golang Micro Benchmark
I have not tried it with NFS. Not sure about the best method for it. On Tue, Oct 1, 2013 at 10:47 PM,
10/4/13
Alex Koch
,
Yaroslav
2
9/29/13
Reasons to abandon libev?
I thought epoll in edge-triggered mode would be more efficient. Libev does not support that. Nxweb
unread,
Reasons to abandon libev?
I thought epoll in edge-triggered mode would be more efficient. Libev does not support that. Nxweb
9/29/13