[Mono-dev] xsp2 - System.Runtime.Remoting.RemotingException: Method 'Read' not found

Robert Jordan robertj at gmx.net
Thu Jul 26 04:03:58 EDT 2007


Glen Ford wrote:
> Hi,
> 
> I have been doing performance testing on our Mono based Web Service.
> I found under apache/mod_mono at a rate of above 25 requests per
> second I was starting to get 500 errors but the requests were never
> getting to my code.

You're probably running out of thread pool threads:

http://www.mono-project.com/Article:ThreadPool_Deadlocks

> I tried the same test against xsp2 and found the rate dropped lower
> before failures, and my client side was now getting..
> 
> System.Runtime.Remoting.RemotingException: Method 'Read' not found in
> type 'Mono.WebServer.BaseRequestBroker'

This is usually caused by installing mono's libs into a
symlinked directory. Is you system's /usr/lib/ (or mono's
$prefix/lib) a symlink?

Robert




More information about the Mono-devel-list mailing list