1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Advice about Nginx optimization for streaming files

Discussion in 'Nginx' started by kiladila, Nov 2, 2010.

  1. #1
    Good evening, have little problem with Nginx configuration. I'm using it for script who streaming data to user from another server, so it's like proxy (moded rapidleech). But this action requires lot of CPU time. I have almost default Nginx configuration, it works with fast-cgi, i wonder maybe some one know something about tweaking Nginx for streaming/proxy?
     
    kiladila, Nov 2, 2010 IP
  2. Martindale

    Martindale Well-Known Member

    Messages:
    440
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Honestly, you'd be better off using node.js for this, as this is exactly what it's designed for. A simple proxy could be created very simply.
     
    Martindale, Feb 5, 2013 IP
  3. CheetahNode

    CheetahNode Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Streaming requires good IOPs. first check if your disks are running 100% busy or not.
     
    CheetahNode, Feb 11, 2013 IP