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
FYI: Nginx creator comments on Google V8 shortcomings (maybe related to NodeJS too)
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
  4 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
 
pcdinh  
View profile  
 More options Feb 24 2010, 12:25 pm
From: pcdinh <pcd...@gmail.com>
Date: Wed, 24 Feb 2010 09:25:44 -0800 (PST)
Local: Wed, Feb 24 2010 12:25 pm
Subject: FYI: Nginx creator comments on Google V8 shortcomings (maybe related to NodeJS too)
 
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.
Ivan Boldyrev  
View profile  
 More options Feb 25 2010, 2:22 am
From: Ivan Boldyrev <lisp...@gmail.com>
Date: Thu, 25 Feb 2010 13:22:26 +0600
Local: Thurs, Feb 25 2010 2:22 am
Subject: Re: [nodejs] FYI: Nginx creator comments on Google V8 shortcomings (maybe related to NodeJS too)

On Wed, Feb 24, 2010 at 11:25 PM, pcdinh <pcd...@gmail.com> wrote:
> Here is the link:

> http://translate.google.ru/translate?js=y&prev=_t&hl=ru&ie=UTF-8&layo...

This is not related to node.js, as a main complain is a long context
creation time.  But node.js uses single context created on startup.

But memory overflow handling is a problem indeed.

--
Ivan Boldyrev


 
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.
Joran Greef  
View profile  
 More options Feb 25 2010, 5:51 am
From: Joran Greef <jorangr...@gmail.com>
Date: Thu, 25 Feb 2010 02:51:06 -0800 (PST)
Local: Thurs, Feb 25 2010 5:51 am
Subject: Re: FYI: Nginx creator comments on Google V8 shortcomings (maybe related to NodeJS too)
Re: "In principle, nothing wrong with using a separate context for
each query there, if not the time to create the context - 2
milliseconds. Of course, when the context is created for each page in
a browser, a user of these 2 milliseconds will not notice, but for the
server, this means that it may set up a second no more than 500
contexts, and therefore can not handle more than 500 queries per
second."

What about creating contexts in advance of the request coming in?


 
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.
Ivan Boldyrev  
View profile  
 More options Feb 25 2010, 6:00 am
From: Ivan Boldyrev <lisp...@gmail.com>
Date: Thu, 25 Feb 2010 17:00:26 +0600
Local: Thurs, Feb 25 2010 6:00 am
Subject: Re: [nodejs] Re: FYI: Nginx creator comments on Google V8 shortcomings (maybe related to NodeJS too)

On Thu, Feb 25, 2010 at 4:51 PM, Joran Greef <jorangr...@gmail.com> wrote:
> What about creating contexts in advance of the request coming in?

Request incoming regulary, without "advance", so pool of contexts will soon
be empty.

--
Ivan Boldyrev


 
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 »