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 1
WebService and Mobile Access
TV4Home - WCF Webservice for MediaPortal TV Server
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="akoeplinger" data-source="post: 703588" data-attributes="member: 109126"><p>As far as the caching is concerned, I'll have to look into that. It should be done by Gentle automatically, but who knows what's happening behind the scenes ;-)</p><p></p><p>I also think that downloading recordings should be part of a streaming component instead of the webservice itself. The way the webservice is currently implemented allows only one thread to do the work inside the service. This means that if one client is downloading a recording, the whole webservice would be blocked. I'd have to change the WCF service to Concurrency=Multiple, but then we have to deal with making the code multi-thread safe (which depends on Gentle being multi-thread safe).</p><p></p><p>The suggestion on getting only basic program information for channels is very good, I'm working on that.</p><p>WebProgramBasic would contain only these properties: IdProgram, IdChannel, StartTime, EndTime, Title, Description, DurationInMinutes.</p><p>Are these enough?</p></blockquote><p></p>
[QUOTE="akoeplinger, post: 703588, member: 109126"] As far as the caching is concerned, I'll have to look into that. It should be done by Gentle automatically, but who knows what's happening behind the scenes ;-) I also think that downloading recordings should be part of a streaming component instead of the webservice itself. The way the webservice is currently implemented allows only one thread to do the work inside the service. This means that if one client is downloading a recording, the whole webservice would be blocked. I'd have to change the WCF service to Concurrency=Multiple, but then we have to deal with making the code multi-thread safe (which depends on Gentle being multi-thread safe). The suggestion on getting only basic program information for channels is very good, I'm working on that. WebProgramBasic would contain only these properties: IdProgram, IdChannel, StartTime, EndTime, Title, Description, DurationInMinutes. Are these enough? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
TV4Home - WCF Webservice for MediaPortal TV Server
Contact us
RSS
Top
Bottom