Tuesday, 15 March 2011

Is it possible to write a web server using Intel DPDK? -



Is it possible to write a web server using Intel DPDK? -

i newbie intel dpdk. planning write http web server.

can implemented using next logic using dpdk ?

get packets , send worker logical cores. a worker logical core build 'http reuqest' sent client, using incoming packets. process 'http reuest' in worker logical core , produce 'http response'. create packets 'http response' , dispatch them output software rings.

i not sure whether above feasible or not.

is possible write web server using intel dpdk?

it lot of work since you'll need tcp/ip stack on top of dpdk. 1 time you'll have ported tcp/ip stack on top of dpdk (or reusing port os), won't have performance because easy write c code runs, writting tcp/ip stack sustains performances, hard development.

you can seek http://www.6wind.com/6windgate-performance/tcp-termination/ : not provide http server, provide l7 tcp socket back upwards build fastest http servers.

dpdk

No comments:

Post a Comment