Here is a scenario: a high traffic site which executes costly operations 
(database / filesystem / compute heavy operations). The web server is 
running standard go/http/server.

I would like to handle at most 100 requests and the remainder to queue -- 
all while the client (curl) is waiting. Are there tools to throttle the web 
server? And is there a way to view the queue of work? 

  

-- 
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