[Mono-dev] Google Summer of Code 2012 - Some questions

3 views
Skip to first unread message

Wojciech Gawroński

unread,
Mar 19, 2012, 1:24:32 PM3/19/12
to mono-de...@lists.ximian.com
Hi,

My name is Wojciech Gawroński and I'm a Polish Computer Science student from
Silesian University of Technology in Gliwice.
I'm interested in two categories ASP.NET and Web Stack improvements and I've
got some questions about details of these topics.

Can you provide more details and scope for:
- ASP.NET 4.5 Async Stack - In this task should be implemented whole
Async Stack? Do you have a minimum set of requirements for this task?
- FireBug add-on for viewing Mono ViewState etc. - As I understood,
Fiddler's like version and its features is a minimum version for this task?
- A Sweet HTML/Text Editor Module - What is the development stage of
this editor module? Does it involve refactoring or other internal
improvements, or only support for typography related features?

Thanks in advance for provided details and I look forward to your answer.

Yours sincerely,
--
Wojciech Gawroński (afronski)
Silesian University of Technology
Gliwice, Poland


_______________________________________________
Mono-devel-list mailing list
Mono-de...@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Miguel de Icaza

unread,
Mar 19, 2012, 4:28:17 PM3/19/12
to Wojciech Gawroński, mono-de...@lists.ximian.com
Hello Wojciech,

Can you provide more details and scope for:
       - ASP.NET 4.5 Async Stack - In this task should be implemented whole

The details are here:


We are not quite sure what this involves, but we know that the current synchronous pipeline would need to be rewritten to accomodate user code using "await".   Once user code in a page uses await, it means that the container code that runs it needs to use await.   And you can trace this all the way back up to HttpApplication and the Pipeline() method.

The Pipeline() method in HttpApplication uses a bit of a precursor to async, but it is only used for the pre and post hooks handlers, not for the page itself.   That one was executed synchronously.

My suggestion is to keep that intact, while we plug a new version that would be async ready.

Async Stack? Do you have a minimum set of requirements for this task?

Check that page, we can determine that only a handful of things can be done during the summer, and we can adjust the task to merely do a few things.

Miguel

lihonhon

unread,
Mar 21, 2012, 1:06:14 PM3/21/12
to mono-de...@lists.ximian.com
The Pipeline() method in HttpApplication uses a bit of a precursor to async,
but it is only used for the pre and post hooks handlers, not for the page
itself. That one was executed synchronously

My suggestion is to keep that intact, while we plug a new version that would
be async ready.

Async Stack? Do you have a minimum set of requirements for this task?

www.gochinashop.com
www.shoptouk.com
www.airshoes-warehouse.com

--
View this message in context: http://mono.1490590.n4.nabble.com/Google-Summer-of-Code-2012-Some-questions-tp4493024p4493024.html
Sent from the Mono - Dev mailing list archive at Nabble.com.

Andreia Gaita

unread,
Mar 21, 2012, 3:16:19 PM3/21/12
to Mono Developer List
The spam bots are getting smarter, it seems :/

On Wed, Mar 21, 2012 at 17:06, lihonhon <lihonh...@yahoo.com.cn> wrote:
The Pipeline() method in HttpApplication uses a bit of a precursor to async,
but it is only used for the pre and post hooks handlers, not for the page
itself.   That one was executed synchronously

My suggestion is to keep that intact, while we plug a new version that would
be async ready.

Async Stack? Do you have a minimum set of requirements for this task?
[... snipped ...]
Reply all
Reply to author
Forward
0 new messages