Hi, I do not know the performance difference between them. But, I prefer the rule of "the performance wins", i.e., we choose the one who can support high concurrency and low latency.
Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Boris Zhu <[email protected]> 于2020年2月5日周三 下午3:43写道: > By the way, I prefer jersey + jetty than spring MVC + tomcat Because jetty > is more light and embedded. Do you have any other suggestions? > > On Wed, Feb 5, 2020 at 9:30 AM Boris Zhu <[email protected]> > wrote: > > > I will implement the rest APIs for IoTDB by using jetty. I want to move > > all web resources into an independent package and the rest APIs make web > > development easier. > > >
