That's excellent,
Any chance you're willing to share the idea of increase node.js server 
transferring speed? My application is depending heavily on node speed.

On Friday, June 14, 2013 12:35:12 AM UTC+7, Scott Miller wrote:
>
>
>
> So just to update, I'm able to push my transfer rate to ~850Mbps.  I 
> didn't realize it but the VM I was running node was only configured for 
> ~2gigs memory and that seemed to have been my bottleneck thus far.    
> So since my end goal is to build a bandwidth speedtest, my target client 
> receiving this data is a web browser.  
> At this point it seems I'm burring the browser with data and after a short 
> time, say 30 seconds I have to stop the node server in order for the 
> browser app to become responsive.
> Not doing anything at all client side except connecting to the socket:
>
> Client side code:
> <html>
> <script type="text/javascript" src="js/socket.io.js"></script>
> <script>
> var socket = io.connect('http://10.0.1.250:81');
> </script>
> <body></body></html>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" 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/groups/opt_out.


Reply via email to