Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
node.js caching proxy
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Thuan le minh  
View profile  
 More options Oct 8 2012, 2:06 am
From: Thuan le minh <leminhthua...@gmail.com>
Date: Sun, 7 Oct 2012 23:06:12 -0700 (PDT)
Local: Mon, Oct 8 2012 2:06 am
Subject: node.js caching proxy

is there solution for node.js caching proxy with bellow scenario

    1-- (if webserver response data)
    client <--> node.js proxy <---> webserver
          (cached data)
     2-- if webserver not response data
     client ---> node.js proxy    webserver
       <---- cache data

thank !


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Hahn  
View profile  
 More options Oct 8 2012, 1:17 pm
From: Mark Hahn <m...@hahnca.com>
Date: Mon, 8 Oct 2012 10:17:08 -0700
Local: Mon, Oct 8 2012 1:17 pm
Subject: Re: [nodejs] node.js caching proxy

I highly recommend using nginx in front of nodejs servers.  It provides all
the caching and is a lot faster, especially for static files.

On Sun, Oct 7, 2012 at 11:06 PM, Thuan le minh <leminhthua...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »