From: Dean M. B. <mik...@gm...> - 2010-11-09 07:41:41
|
Hi Guys, I just wanted to give a heads up that the asynchronous HTTP server implementation I've just pushed to the HEAD of 0.8-devel can now handle a benchmarked 2800 requests per second, serving up 10kb worth of Lorem Ipsum text. I benchmarked it with Apache Bench (ab) on Linux with the libs/network/test/http_async_server.cpp built with clang 2.9 (trunk). If you have time and/or more powerful machines, it would be great if you can test it out as well. I haven't done any testing on over-the-network requests, and I'll try to do that in a few minutes. This goes without saying though that it looks like the 0.8-devel branch is finally ready for merging to master, and the beta/RC testing could commence soon. Questions about the implementation would be entertained by yours truly so ask away. :) Have a great day guys and I hope this helps! :D -- Dean Michael Berris deanberris.com |
From: Nelson, E. - 2 <eri...@ba...> - 2010-11-09 14:40:14
|
Dean Michael Berris wrote on Tuesday, November 09, 2010 > > I just wanted to give a heads up that the asynchronous HTTP server > implementation I've just pushed to the HEAD of 0.8-devel can now > handle a benchmarked 2800 requests per second, serving up 10kb worth > of Lorem Ipsum text. I benchmarked it with Apache Bench (ab) on Linux > with the libs/network/test/http_async_server.cpp built with clang 2.9 > (trunk). > > If you have time and/or more powerful machines, it would be great if > you can test it out as well. I haven't done any testing on > over-the-network requests, and I'll try to do that in a few minutes. > > This goes without saying though that it looks like the 0.8-devel > branch is finally ready for merging to master, and the beta/RC testing > could commence soon. > > Questions about the implementation would be entertained by yours truly > so ask away. :) > > Have a great day guys and I hope this helps! :D Great news, Dean! Erik ---------------------------------------------------------------------- This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses. References to "Sender" are references to any subsidiary of Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing. |
From: Dean M. B. <mik...@gm...> - 2010-11-09 17:27:06
|
On Tue, Nov 9, 2010 at 10:40 PM, Nelson, Erik - 2 <eri...@ba...> wrote: > Dean Michael Berris wrote on Tuesday, November 09, 2010 >> >> Have a great day guys and I hope this helps! :D > > Great news, Dean! > Glad you liked the news Erik! :) -- Dean Michael Berris deanberris.com |
From: Steve O. <st...@so...> - 2010-11-15 12:22:49
|
----- "Dean Michael Berris" <mik...@gm...> wrote: > Hi Guys, > > I just wanted to give a heads up that the asynchronous HTTP server > implementation I've just pushed to the HEAD of 0.8-devel can now > handle a benchmarked 2800 requests per second, serving up 10kb worth > of Lorem Ipsum text. I benchmarked it with Apache Bench (ab) on Linux > with the libs/network/test/http_async_server.cpp built with clang 2.9 > (trunk). > > If you have time and/or more powerful machines, it would be great if > you can test it out as well. I haven't done any testing on > over-the-network requests, and I'll try to do that in a few minutes. > > This goes without saying though that it looks like the 0.8-devel > branch is finally ready for merging to master, and the beta/RC > testing > could commence soon. > > Questions about the implementation would be entertained by yours > truly > so ask away. :) > > Have a great day guys and I hope this helps! :D > > -- This is great. Did you manage to do any tests on over-the-network requests? If so how were the results? -- Steve Obbayi SKYPE: sobbayi Software Developer |
From: Dean M. B. <mik...@gm...> - 2010-11-15 13:34:09
|
On Mon, Nov 15, 2010 at 8:22 PM, Steve Obbayi <st...@so...> wrote: > > ----- "Dean Michael Berris" <mik...@gm...> wrote: > >> >> Questions about the implementation would be entertained by yours >> truly >> so ask away. :) >> >> Have a great day guys and I hope this helps! :D >> >> -- > > This is great. > Did you manage to do any tests on over-the-network requests? If so > how were the results? > Ah, not yet. I will get to those in the next few days and create a more compelling report on the performance. Thanks for the reminder. :D -- Dean Michael Berris deanberris.com |