[Mono-devel-list] Patch against mod_mono to add certain featu res.
Torstensson, Patrik
patrik.torstensson at intel.com
Wed Apr 23 04:42:39 EDT 2003
Hi Daniel,
> The problem here is that Apache is running as several
> processes, each one
> serving its own requests.
> I believe (unless I am not understanding how Mono works) that
> this does not
> allows them to share the ASP.NET session data for example. So
> the options are:
And of course to allow the caching to work correctly..
> - Have an external process and pass the information via
> remoting (what Pedro
> is doing and similar to how Tomcat and mod_jk works)
> The only worry I have is the performance of back and forth
> remoting calls,
> but I believe this is how current IIS <-> ASP.NET works on Windows
IIS <-> ASP.NET on Windows uses a highly optimized multi-pipe communication
layer, it's optimized to minimize the data sent via the pipes and is way
faster that the remoting infrastructure that we have in the managed world.
I think we should have a likewise layer for apache, shared memory maybee?
Cheers,
Patrik
More information about the Mono-devel-list
mailing list