http://bugzilla.novell.com/show_bug.cgi?id=502548
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=502548#c3 --- Comment #3 from Martin Baulig <[email protected]> 2009-05-12 18:22:20 MDT --- The way how this works is that "Open in web browser" sends a request to the remote machine to start things up and then waits for a notification that everything is ready. It has to do that since the port is randomly chosen by the remote side. We could, in theory, immediately allocate a port and send it back - but that'd cause firefox timeouts if the remote side takes too long to load. So basically, the only thing we can do here is try to reduce startup time on the remote side. At the moment, it's horrible - it's about 5 seconds for a console-based hello world, about 15 seconds for a simple web site and about 30-45 seconds for BlogEngine.NET. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
