Title: about 1% of connections getting crashed in async mode

Hello,


When I'am running this code 

http://pastebin.com/8ipWTjcn 


I'am getting about 1% of connection with this status in logs:


epoll_ctl(): No such file or directory [async.c line 93]

epoll_ctl(): No such file or directory [async.c line 93]

epoll_ctl(): No such file or directory [async.c line 93]

epoll_ctl(): No such file or directory [async.c line 93]

epoll_ctl(): No such file or directory [async.c line 93]


and seems as result these threads running very long


Percentage of the requests served within a certain time (ms)

  50%    102

  66%    110

  75%    114

  80%    117

  90%    131

  95%    145

  98%    189

  99%    315

 100%  35479 (longest request)


I also wrote simple script to collect longest running time stats, and here what I got:


50% - 0.03314821744

60% - 0.0444727270727

70% - 0.0474729152915

80% - 0.050406190019

90% - 0.0551693537354

95% - 0.589712793559

=========================

100000 requests in 75.563172102 seconds


Top 50 longest requests:

20.092693

15.112503

15.112454

15.112373

15.109531

15.096909

15.044376

15.018438

11.298017

11.096801

10.124261

10.119958

10.119852

10.119674

10.119481

10.11498

10.114878

10.114863

10.114765

10.114715

10.111353

10.110954

10.11083

10.11059

10.110332

10.110292

10.110182

10.106187

10.10601

10.096787

10.058899

10.055446

10.055303

10.055205

10.055145

10.05505

10.054846

10.054781

10.053834

10.051655

10.051479

10.051413

10.051308

10.05111

10.047407

10.047182

10.047001

10.046904

10.046805

10.046697




_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to