Need advice about which tool to choose?Ask the StackShare community!

PHP-FPM

108
119
+ 1
0
Resque

117
124
+ 1
9
Add tool

PHP-FPM vs Resque: What are the differences?

Developers describe PHP-FPM as "* An alternative FastCGI daemon for PHP". It is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. It includes Adaptive process spawning, Advanced process management with graceful stop/start, Emergency restart in case of accidental opcode cache destruction etc. On the other hand, *Resque** is detailed as "A Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later". Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both.

PHP-FPM and Resque can be primarily classified as "Background Processing" tools.

Resque is an open source tool with 8.56K GitHub stars and 1.58K GitHub forks. Here's a link to Resque's open source repository on GitHub.

According to the StackShare community, Resque has a broader approval, being mentioned in 41 company stacks & 38 developers stacks; compared to PHP-FPM, which is listed in 9 company stacks and 8 developer stacks.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of PHP-FPM
Pros of Resque
    Be the first to leave a pro
    • 5
      Free
    • 3
      Scalable
    • 1
      Easy to use on heroku

    Sign up to add or upvote prosMake informed product decisions

    No Stats
    - No public GitHub repository available -

    What is PHP-FPM?

    It is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. It includes Adaptive process spawning, Advanced process management with graceful stop/start, Emergency restart in case of accidental opcode cache destruction etc.

    What is Resque?

    Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use PHP-FPM?
    What companies use Resque?
    See which teams inside your own company are using PHP-FPM or Resque.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with PHP-FPM?
    What tools integrate with Resque?
      No integrations found
      What are some alternatives to PHP-FPM and Resque?
      HHVM (HipHop Virtual Machine)
      HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining the flexibility that PHP developers are accustomed to. To date, HHVM (and its predecessor HPHPc before it) has realized over a 9x increase in web request throughput and over a 5x reduction in memory consumption for Facebook compared with the PHP 5.2 engine + APC.
      PHP
      Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
      NGINX
      nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. According to Netcraft nginx served or proxied 30.46% of the top million busiest sites in Jan 2018.
      uWSGI
      The uWSGI project aims at developing a full stack for building hosting services.
      Sidekiq
      Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails 3/4 to make background processing dead simple.
      See all alternatives