An Tao

Results 201 comments of An Tao

@FONQRI Thanks for your attention. You could refer to the [Drogon](https://github.com/an-tao/drogon) project which uses Trantor as its Networking library.

@cdbattags I use the [batch mode patch](https://2ndquadrant.github.io/postgres/libpq-batch-mode.html) (optionally) of libpq in drogon. I'm not the auther of it, the repository of postgres is forked from [here](https://github.com/2ndQuadrant/postgres) Batch mode has a...

@matt-42 Thanks so much. I'll try.

What do you think about removing the 16 and 32 concurrency and adding 1024 and 2048?

@nbrady-techempower ,Hey, I have updated drogon with the PR #5191 , I think you can remove drogon from the list, thanks.

Drogon don't support unix domain sockets currently, sorry.

You could make some templates like the `Mapper` template to approach the aim, for your case, just move the code you added to the model.csp outside, make it a function...

可能是解析的问题,你能发一下抓包的pcap文件么?谢谢反馈

如果用MultiPartParser 解析,contentType应该是`multipart/form-data`

Dynamic views are not supported on Windows. https://github.com/drogonframework/drogon/blob/46c00a317f169369d416c1a4705bd561ef163d45/lib/src/HttpAppFrameworkImpl.cc#L530-L537