[Mono-devel-list] using xsp as webserver
Miguel de Icaza
miguel at ximian.com
Mon Jul 7 14:13:51 EDT 2003
Hello,
> I found xsp is very slow while transfering data to clients. Images
> loading on static webpages are very slow even when running browser on
> machine where xsp runs itself.
>
> Is xsp io layer so slow by itself, or can I tune something to increase
> perfomance?
We are aware that doing bulk data transfers is slow with Mono, and this
seems to be an issue of the stream implementations. Someone mentioned
that a possible optimization was to avoid copies in our IO stack if the
size to be transfered was aligned and was a full page (a nice constant
basically).
It is worth tuning this, because it impacts the overall performance.
Miguel.
More information about the Mono-devel-list
mailing list