Greetings, developers!

Why the JavaScript or v8 don't have manual free mechanism for allocated 
resources?
Like in C language, every allocated resource must be free, if not - it's a 
memory leak. 

Garbage collector it's not a solution, also when it used in some high load 
application (like C#, like Java, like node.js project),
where memory growing fast, and every GC running freeeze the application for 
a moment (and freezing time inc. too each time), the solution make a group 
of app where each node will be reboot in some order, 
and application will not stoped for users.But that it's a... like use 
microscope for for nailing :) And in result any more-less project requres a 
lot of memory and CPU.

If you suggest don't use projects like node.js, for what they exists?

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to