Dömötör Gyimesi wrote: > I've googled around but i couldn't find any information regarding > mod-mono configuration on the subject. My goal is to set up our > mod-mono-server to accept requests from a host even if that same host > just downloads a file. The current sitation is that if a user starts a > download, the ajax user interaction stops until the download finishes.
I don't think this is a problem with mod_mono / mod-mono-server. There are no limitations like that in the life cycle of a request. (Well, I don't know about the ASP.NET internals but I doubt it. Definitely not in Apache, mod_mono, or mod-mono-server.) Each request is handled entirely separately. It might be a client-side issue- a maximum number of concurrent requests you allow your browser to send to the same server. (Under high load it could be a server-side issue too, of course.) Sorry I'm not more helpful. -- - Josh Tauberer http://razor.occams.info "Yields falsehood when preceded by its quotation! Yields falsehood when preceded by its quotation!" Achilles to Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter) _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
