Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New framework: .NET HttpListener #377

Merged
merged 1 commit into from
Jul 16, 2013
Merged

New framework: .NET HttpListener #377

merged 1 commit into from
Jul 16, 2013

Conversation

MalcolmEvershed
Copy link
Contributor

Based on @pdonald's aspnet work, this eliminates the overhead of IIS and ASP.NET by using the .NET Framework HttpListener class which is a wrapper around HTTP.SYS, the kernel-mode HTTP driver that is used by IIS. For HTML templates, use Razor with the template parsed at design-time by Razor Generator.

On my system, this gives Go a run for its money for the json and plaintext tests. The other tests are primarily constrained by database server or driver performance.

Eliminate the overhead of IIS and ASP.NET by using the .NET Framework
HttpListener class which is a wrapper around HTTP.SYS. For HTML templates,
use Razor with the template parsed at design-time.
@kppullin
Copy link
Contributor

Nice!

michaelhixson added a commit that referenced this pull request Jul 16, 2013
@michaelhixson michaelhixson merged commit 6594e29 into TechEmpower:master Jul 16, 2013
@michaelhixson
Copy link
Contributor

This looks pretty interesting. It will be good to have C#-based test without a heavy framework.

michaelhixson added a commit that referenced this pull request Oct 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants