scispace - formally typeset
Search or ask a question

How do I improve Plex server performance? 

Answers from top 9 papers

More filters
Papers (9)Insight
Our simulation results show that copy engines are effective in reducing the bulk data movement overhead and, hence, hold significant promise for high-performance server platforms
Our performance comparison demonstrates that the optimal chaining scheme significantly reduces the server load over the existing chaining schemes.
Similarly, use of caching and multi-server content distribution can also improve performance if done effectively.
Proceedings ArticleDOI
T. Narten, R. Yavagkar 
23 Apr 1992
11 Citations
Thus, performance of the overall system can be improved by adding memory to the shared server.<<ETX>>
In addition, we also see a reduction in server utilization which helps to improve server scalability.
Open accessJournal ArticleDOI
01 Nov 2014
51 Citations
Experiments demonstrate that this approach significantly reduces resource requirements while preserving performance and is robust across different server architectures.
Book ChapterDOI
Yan Zhang, Wei Qu, Anna Liu 
20 Nov 2005
18 Citations
Our experimental results demonstrate the feasibility and practicality of our architecture and approach in automatic performance tuning of J2EE application server systems.
Journal ArticleDOI
Alex Rousskov, Valery Soloviev 
15 Jan 1999-World Wide Web
40 Citations
Our data and analysis are essential for understanding, modeling, benchmarking, and tuning performance of a proxy server.
The studies demonstrate that the performance of the bare PC server when serving dynamic content is limited only by the latency of the database server.

Related Questions

How can I improve the performance of my server by using replication and load balancing?5 answersTo improve the performance of a server through replication and load balancing, several approaches can be taken. One approach is to implement multiple servers and use load balancing algorithms such as the least-connection algorithm or the round-robin algorithm. Another solution is to use HAProxy software, which bridges multiple servers and applies load balancing using the Round Robin scheduling algorithm. Replication can also be used, such as the Master to Master replication in MySQL, to bridge changes in data on the server. Additionally, a load balancing method can be employed that sets upload time periods for different groups of devices connected to the server, improving server utilization and avoiding overload. Another approach is to create replicas of each job and send them to different servers, removing scheduling overhead from the job's critical path. A flexible and programmable scheduling algorithm can also be used, considering server processing capacity, network congestion, and load of servers to optimize load balancing.
How can I improve storage performance?5 answersTo improve storage performance, there are several approaches that can be taken. One method is to identify the technology of storage for the data and provide status messages associated with read or write commands to the requester. Another approach is to use data mining techniques to discover block correlations in storage systems, which can be used to improve storage caching, prefetching, data layout, and disk scheduling. Additionally, a hybrid storage system that combines solid-state drives and magnetic hard disks can be implemented. By prioritizing the distribution of hot pages with frequent random access to solid-state drives and assigning regular, less-frequently-accessed pages or sequentially accessed pages to magnetic hard disks, the overall system performance can be improved. These methods can help optimize storage performance and reduce search response time.
How can we improve the performance of federated learning?3 answersTo improve the performance of federated learning, several approaches have been proposed. One approach is to use model quantization, where edge devices train and transmit quantized versions of their local model parameters to a coordinating server. This reduces communication overhead and improves wireless communication and computation efficiency. Another approach is to use federated learning via plurality vote (FedVote), where workers transmit binary or ternary weights to the server with low communication overhead. The model parameters are then aggregated via weighted voting to enhance resilience against attacks. Additionally, a new blockchain architecture called DFL has been proposed, which is optimized for distributed federated machine learning. This architecture achieves high performance and low resource consumption by waiving global consensus, enabling better privacy, robustness, and scalability.
Do you need a good GPU for a Plex server?8 answers
How do you improve application performance as full stack developer?9 answers
How to improve view performance in SQL Server 2016?10 answers