luv icon indicating copy to clipboard operation
luv copied to clipboard

hi, I wrote a small web server on luv to replace mongrel2 (now only http)

Open miketang84 opened this issue 12 years ago • 6 comments

It is at https://github.com/daogangtang/lgserver

I tested it, it only support tens cocurrencies, while cocurrencies rise, lgserver blocked and no response to tester.

maybe I am not very familiar with luv and don't use it well.

Can you give some advices? Thank you.

miketang84 avatar Oct 15 '12 13:10 miketang84

i see you use one parser for all requests, so i believe it may choke with input. see https://github.com/dvv/luv-1/blob/master/examples/http_hellosvr.lua

dvv avatar Oct 15 '12 14:10 dvv

hi, I modify my code as your example, but the performance is not better much more. some suggestions more?

thank you.

On Mon, Oct 15, 2012 at 10:14 PM, Vladimir Dronnikov < [email protected]> wrote:

i see you use one parser for all requests, so i believe it may choke with input. see https://github.com/dvv/luv-1/blob/master/examples/http_hellosvr.lua

— Reply to this email directly or view it on GitHubhttps://github.com/richardhundt/luv/issues/19#issuecomment-9446254.

Nothing is impossible.

miketang84 avatar Oct 16 '12 11:10 miketang84

oops. confirmed, my old http code broke too. @richardhundt: at #21 -- server really blocks after 10-12 connections. wonder what can be the cause?

dvv avatar Oct 16 '12 12:10 dvv

can this problem be checked?

miketang84 avatar Oct 19 '12 08:10 miketang84

i believe @richardhundt is in the middle of major refactor, so let us let him finish and check our code against new version

dvv avatar Oct 19 '12 08:10 dvv

OK, I know, hopeful!

On Fri, Oct 19, 2012 at 4:21 PM, Vladimir Dronnikov < [email protected]> wrote:

i believe @richardhundt https://github.com/richardhundt is in the middle of major refactor, so let us let him finish and check our code against new version

— Reply to this email directly or view it on GitHubhttps://github.com/richardhundt/luv/issues/19#issuecomment-9593049.

Nothing is impossible.

miketang84 avatar Oct 19 '12 23:10 miketang84