[erlang-questions] ANNOUNCE: ibrowse-2.1.0
Evgeniy Khramtsov
xramtsov@REDACTED
Wed Nov 10 09:05:34 CET 2010
10.11.2010 15:29, Chandru wrote:
> ibrowse-2.1.0 has been released.
>
> ibrowse is a HTTP client written in erlang as an alternative to the
> built in HTTP client httpc.
>
> Get it from https://github.com/cmullaparthi/ibrowse/archives/v2.1.0
>
My 5 cents about ibrowse: after switching it from standard httpc
library, we found *significant* cpu consumption (almost twice). Our
profiler shows that the bottle-neck is HTTP headers parsing. Is it
possible to optimize that stuff? Probably switching to
erlang:decode_packet makes sense.
--
Regards,
Evgeniy Khramtsov, ProcessOne.
xmpp:xram@REDACTED
More information about the erlang-questions
mailing list