home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Plugin Development
Featured Plugins
UPnP / DLNA Media Server
UPnP / DLNA Media Server for MediaPortal 2
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MJGraf" data-source="post: 1151130" data-attributes="member: 17886"><p>Yep - that's the way. Our httpserver does AFAIK not support multithreading <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /></p><p>But I didn't want to use Owin/Katana (as it is no longer developed), but directly ASP.Net 5 (aka vNext). Unfortunately, this will give us a lot of headaches (see <a href="https://github.com/aspnet/dnx/issues/1431" target="_blank">this </a>thread and my posts in it).</p><p>In short: If we want to use ASP.Net 5 we have two options:</p><ul> <li data-xf-list-type="ul">We can use the "hacked" version of mkosieradzki from the thread linked before. Not a good idea, because it is not (at least yet) supported by MS.</li> <li data-xf-list-type="ul">Or we need to convert at least our main server project from a CSProj to a XProj (which then requires lots of additional changes. E.g. installing the MP2 Server Service is completely different (see link in my first post in the thread linked before), we need a DNX runtime environment installed (technically not a big deal, but no idea how to do that in WiX), etc.).</li> </ul><p>In medium term, I suppose there is no other option than going the second route because my guess is, MS will drop support for CSProj projects in the not too far future. But this is certainly nothing to be done in an hour or two...</p></blockquote><p></p>
[QUOTE="MJGraf, post: 1151130, member: 17886"] Yep - that's the way. Our httpserver does AFAIK not support multithreading :( But I didn't want to use Owin/Katana (as it is no longer developed), but directly ASP.Net 5 (aka vNext). Unfortunately, this will give us a lot of headaches (see [URL='https://github.com/aspnet/dnx/issues/1431']this [/URL]thread and my posts in it). In short: If we want to use ASP.Net 5 we have two options: [LIST] [*]We can use the "hacked" version of mkosieradzki from the thread linked before. Not a good idea, because it is not (at least yet) supported by MS. [*]Or we need to convert at least our main server project from a CSProj to a XProj (which then requires lots of additional changes. E.g. installing the MP2 Server Service is completely different (see link in my first post in the thread linked before), we need a DNX runtime environment installed (technically not a big deal, but no idea how to do that in WiX), etc.). [/LIST] In medium term, I suppose there is no other option than going the second route because my guess is, MS will drop support for CSProj projects in the not too far future. But this is certainly nothing to be done in an hour or two... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Featured Plugins
UPnP / DLNA Media Server
UPnP / DLNA Media Server for MediaPortal 2
Contact us
RSS
Top
Bottom