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
Is it possible to save the current runtime execution in V8 and continue later, between process initializations?
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
  5 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
 
idleman  
View profile  
 More options May 1 2012, 2:08 pm
From: idleman <evoo...@gmail.com>
Date: Tue, 1 May 2012 11:08:46 -0700 (PDT)
Local: Tues, May 1 2012 2:08 pm
Subject: Is it possible to save the current runtime execution in V8 and continue later, between process initializations?

Hi all,

Is it possible to pause the current state in V8 and continue the execution
later, between process initializations, so the user can close the program
and start it later? Example so the user can restarts its computer without
any need to re-run the complete script again. Is it possible?

Thanks in advance!


 
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.
Peter Enerccio  
View profile  
 More options May 1 2012, 2:40 pm
From: Peter Enerccio <enerc...@gmail.com>
Date: Tue, 1 May 2012 20:40:48 +0200
Local: Tues, May 1 2012 2:40 pm
Subject: Re: [v8-users] Is it possible to save the current runtime execution in V8 and continue later, between process initializations?

I asked the same thing before and no one replied. I wouldnt get your hopes
up.

2012/5/1 idleman <evoo...@gmail.com>

> Hi all,

> Is it possible to pause the current state in V8 and continue the execution
> later, between process initializations, so the user can close the program
> and start it later? Example so the user can restarts its computer without
> any need to re-run the complete script again. Is it possible?

> Thanks in advance!

>  --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users

--
Bc. Peter Vaňušanik
http://www.bishojo.tk

 
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.
idleman  
View profile  
 More options May 1 2012, 9:01 pm
From: idleman <evoo...@gmail.com>
Date: Tue, 1 May 2012 18:01:48 -0700 (PDT)
Local: Tues, May 1 2012 9:01 pm
Subject: Re: [v8-users] Is it possible to save the current runtime execution in V8 and continue later, between process initializations?

Well, in that case there is probably not possible, thanks anyway.

Den tisdagen den 1:e maj 2012 kl. 20:40:48 UTC+2 skrev Enerccio:


 
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.
Stewart Mckinney  
View profile  
 More options May 2 2012, 11:44 am
From: Stewart Mckinney <lordma...@gmail.com>
Date: Wed, 2 May 2012 11:44:29 -0400
Local: Wed, May 2 2012 11:44 am
Subject: Re: [v8-users] Is it possible to save the current runtime execution in V8 and continue later, between process initializations?

You can suspend a context by effectively not entering it, but you cant
"save" the context to disk and then read it and remember its state. You
can, however, write a routine that is called on quit that saves any state
you are interested in into a flat file (like s ave file) and then have your
initialization process read that file and re-initialize certain objects.
However, saving the entire environment context is not possible. I actually
don't know any language that can do this. (if you know one, let me know)


 
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.
Peter Enerccio  
View profile  
 More options May 2 2012, 11:47 am
From: Peter Enerccio <enerc...@gmail.com>
Date: Wed, 2 May 2012 17:47:43 +0200
Local: Wed, May 2 2012 11:47 am
Subject: Re: [v8-users] Is it possible to save the current runtime execution in V8 and continue later, between process initializations?

Well, depends on how it is built. But what bout objects such as functions?
How can you dump those? Or classes (ie objects)?

2012/5/2 Stewart Mckinney <lordma...@gmail.com>

--
Bc. Peter Vaňušanik
http://www.bishojo.tk

 
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 »