libevent
Libevent HTTP Server & compression?
I\'m using libevent2 in my application to host a http server. I cant find a built-in way to compress the output.[详细]
2023-02-15 15:27 分类:问答Why doesn't libevent include built-in https support?
I\'m trying to find a good library to deal with large number of concurrent connections and I came across Libevent and Libev. But neither o开发者_JS百科f them has built-in ssl/https support. I\'m wonde[详细]
2023-02-13 15:56 分类:问答application-driven events in libevent
I\'d like to use libevent to prototype an event-driven application. Specifically, I want to use the开发者_开发技巧 PHP libevent extension.[详细]
2023-02-11 02:32 分类:问答Large file uploading to a libevent-based HTTP server
I\'m trying to write a HTTPto ZeroMQ proxywith libevent (2.0.4) which should be able to handle very large (up to 4GB) file upload.[详细]
2023-02-04 17:56 分类:问答can I use curl_multi/multi_socket with libevent
I\'m using libevent2 for building a server, and I\'m trying to enable the server to use libcurl asynchronously, and I\'m wondering about how I do 开发者_如何学Cthat with libevent2.[详细]
2023-01-16 20:25 分类:问答libevent2 and file io
I\'ve been toying around with libevent2, and I\'ve got reading files working, but it blocks. Is there any way to make file rea开发者_如何学编程ding not block just within libevent. Or, do I need to use[详细]
2023-01-11 17:37 分类:问答Node.js for lua?
I\'ve been playing around with node.js (nodejs) for the past few day and it is fantastic. As far as I can tell, lua doesn\'t have a similar integration of libev and libio which let\'s one avoid almost[详细]
2023-01-02 06:19 分类:问答gevent install on x86_64 fails: "undefined symbol: evhttp_accept_socket"
I\'m trying to install gevent on a fresh EC2 CentOS 5.3 64-bit system. Since the libevent version available in yum was too old for another package (beanstalkd) I compiled/installed libevent-1.4.13-st[详细]
2022-12-31 02:49 分类:问答Chunked responses in libevent2
I am trying to do a chunked response (of large files) in libevent this way:: evhttp_send_reply_start(request, HTTP_OK, \"OK\");[详细]
2022-12-23 02:16 分类:问答Is there a Java equivalent to libevent?
I\'ve written a high-throughput server that handles each request in its own thread. For requests coming in it is occasionally necessary to do RPCs to one or more back-ends. These back-end RPCs are han[详细]
2022-12-21 12:58 分类:问答
加载中,请稍侯......