[Mono-dev] PR #1365: [asp.net] Implement the EventHandlerTaskAsyncHelper and HttpTaskAsyncHandler classes

Martin Thwaites monoforum at my2cents.co.uk
Sun Oct 26 13:50:08 UTC 2014


Hi Miguel,

Does that have implications in regards to this PR? i.e. is it just that it
doesn't solve the problem, or that the implementation here is wrong?

Thanks,
Martin

On 26 October 2014 13:46, Miguel de Icaza <miguel at xamarin.com> wrote:

> Hello,
>
> The asynchronous pipeline was discussed in various blogs/interviews.
> Some switch enables apparently an entirely different flow inside asp.net.
> The surface changes were minimal, which is why you won't likely find an API.
>
>
> On Sunday, October 26, 2014, Kornel Pal <kornelpal at gmail.com> wrote:
>
>> Hi,
>>
>> Inspired by the ASP.NET 4.5 Async Pipeline email thread started by
>> Martin Thwaites, I realized that there actually is no new async pipeline in
>> ASP.NET 4.5, it merely provides wrappers around tasks to ease
>> interfacing with the old async pipeline.
>>
>> I've looked around a bit, but found no suitable implementation for the
>> wrapper, so I've created several unit tests to figure out the MS.NET
>> behavior. At the end I came up with TaskAsyncResult, a general purpose TAP
>> to APM wrapper.
>>
>> Please review my pull request: https://github.com/mono/mono/pull/1365
>>
>> Thank you.
>>
>> Kornel
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20141026/31da901e/attachment.html>


More information about the Mono-devel-list mailing list