[Mono-list] mono httplistener

denisvh denisvh at hotmail.com
Thu Jan 30 12:38:16 UTC 2014


What I noticed using httplistener with mono.
I started from programs working without any problem on the .net platform and
I tried to make them work on mono.
Hopefully they work, with good performances.
But there is a huge difference.
On .net you can run several programs using the same port number and
different uri's. Http.sys manages to route the sessions to the right program
depending on the uri.
On mono, unfortunately, you cannot. Each program must use a different port
number.
This can make more tricky the porting of a .net application from .net to
linux for example, if several programs need to share the same port number.
Developing some kind of proxy could be necessary.




--
View this message in context: http://mono.1490590.n4.nabble.com/mono-httplistener-tp1505555p4661818.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list