To answer this kind of question, i normally write a simple app, then run it
on localhost, then  use ab tool to test.
e.g to send 100,000 requests 100 at a time,  ab -n 100000 -c 100
http://localhost:3000/

Then i use 'top' to see how much cpu/ram its using.

On Tue, Nov 22, 2016 at 3:27 PM, Marwan abdel moneim <mrwnm...@gmail.com>
wrote:

> i know this depends on a lot of variables, but i don't need something
> accurate
> if from your experience you could guess how much an app like this would
> need?
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to