mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #415] Remote Desktop - Speedup #208
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#208
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @datyin on GitHub (Nov 23, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/415
Instead of using picture box for Remote Desktop Preview you can use this RDP lib (http://sandaruwmp.blogspot.mk/2014/05/remote-desktop-application-with-rdp.html) it is a lot more faster :)
@yankejustin commented on GitHub (Nov 23, 2015):
Perhaps the implementation could be changed to this in the not-so-close future, but I see no big reason to change to this method currently. We get good performance already for this feature.
On a side note, I would be willing to look at benchmarks if you'd be willing to provide them. If they are that significant, I would actually be willing to switch the implementation after I finish the Registry Editor and fix a few bugs in Quasar.
@yankejustin commented on GitHub (Nov 23, 2015):
I also want to put these related thoughts out there for reference:
4. Is it truly a notable improvement on performance?
@yankejustin commented on GitHub (Nov 23, 2015):
@datyin Thank you for your suggestion. If you'd be willing to provide some further information, perhaps it will be moved up our list of priorities. 💯
@datyin commented on GitHub (Nov 24, 2015):
@yankejustin yes, improvement on performance is truly notable. I use your RAT to manage my network computers and even if i loose low quality image it still lags, but with this module you wont notice any lag. :)
@yankejustin commented on GitHub (Nov 24, 2015):
@datyin Would it be possible to provide a little demonstration by forking the repository and providing a basic implementation of such a feature so it can be benchmarked?
@datyin commented on GitHub (Jan 3, 2016):
This method works only for LAN, sorry!