Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4560918
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T18:00:00+00:00 2026-05-21T18:00:00+00:00

For the first time, I am writing a web service that will call upon

  • 0

For the first time, I am writing a web service that will call upon external programs to process requests in batch. The front-end will accept file uploads and then place them in a queue. The workers on the backend will take that file, run it through ffmpeg and the rest of my pipeline, and send an email when the process is complete.

I have my backend process working on my computer (Ubuntu 10.04). The question is: should I try to re-create that pipeline using binaries that I’ve compiled from scratch? Or is it okay to use apt when configuring in The Real World?

Not all hosting services uses Ubuntu, and not all give me root access. (I haven’t chosen a host yet.) However, they will let me upload binaries to execute, and many give me shell access with gcc.

Usually this would be a no-brainier and I’d compile it all from scratch. But doing so – not to mention trying to figure out how to create a platform-independent .tar.gz binary – will be quite a task which ultimately doesn’t really help me ship my product.

Do you have any thoughts on the best way to set up my stack so that I’m not tied to a specific hosting provider? Should I try creating my own .deb, which contains Ubuntu’s version of ffmpeg (and other tools) with the configurations I need?

Short of a setup where I manage my own servers/VMs (which may very well be what I have to do), how might I accomplish this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T18:00:00+00:00Added an answer on May 21, 2026 at 6:00 pm

    The question is: should I try to re-create that pipeline using binaries that I’ve compiled from scratch? Or is it okay to use apt when configuring in The Real World?

    It is in reverse: it is not okay to deploy unpackaged in The Real World IMHO

    and not all give me root access

    How would you be deploying a .deb without root access. Chroot jails?

    But doing so – not to mention trying to figure out how to create a platform-independent .tar.gz binary – will be quite a task which ultimately doesn’t really help me ship my product.

    +1 You answer you own question. Don’t meddle unless you have to.

    Do you have any thoughts on the best way to set up my stack so that I’m not tied to a specific hosting provider?

    Only depend on wellpackaged standard libs (such as ffmpeg). Otherwise include them in your own deployment. This problem isn’t too hard too solve for 10s of thousand Linux applications over decades now, so it would probably be feasible for you too.


    Out of the box:

    Look at rightscale and other cloud providers/agents that have specialized images/tool chains especially for video encoding.

    A ‘regular’ VPS provider (with Xen or Virtuozzo) will not normally be happy with these kinds of workload, but EC2, Rackspace and their lot will be absolutely fine with that.
    In general, I wouldn’t believe that a cloud infrastructure provider that doesn’t grant root access will allow for computationally intensive workloads. $0.02

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.