Giter VIP home page Giter VIP logo

skype-poll-fix's Introduction

Skype poll fix

This library is made to reduce Skype CPU consumption by increasing poll (on Linux) or kevent (on Mac OS) call timeouts. It lowers Skype idle CPU load from 4.4% down to 0.9% and improves battery life on my laptop, while making Skype only a bit slower.

How to use

  • Compile the source code with make .
  • Run Skype with LD_PRELOAD=/path/to/skype-poll-fix.so skype on Linux or with DYLD_INSERT_LIBRARIES=/path/to/skype-poll-fix.dylib skype on Mac OS.
  • On Linux you can edit /usr/share/applications/skype.desktop file to run Skype with skype-poll-fix.so automatically (example for Debian Jessie):
    • Change Exec= string to Exec=env LD_PRELOAD=/path/to/skype-poll-fix.so skype %U .

Configuration

You can configure SET_POLL and MIN_POLL environmental variables. SET_POLL is a poll() or kevent() timeout value which would be set if Skype tries to poll with timeout less than MIN_POLL. Both variables are default to 300 ms.

#####Example LD_PRELOAD=/path/to/skype-poll-fix.so MIN_POLL=100 SET_POLL=250 skype

All poll() timeouts less than 100 ms would be set to 250 ms.

Based on Valery Yundin idea.

skype-poll-fix's People

Contributors

valdikss avatar nixman avatar gmelikov avatar crmaxx avatar

Watchers

James Cloos avatar Jack Liu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.