I have what amounts to a recursion problem and I wrote a minimal test using 
go routines. I am able to vary the max number of go routines as a parameter 
on the command line (*). But the times don't vary much whether a single go 
routine is used or 50 are used. I get the correct results, no matter how 
many are used.

Are my expectations valid that I should be able to process faster with 
multiple go routines using the lib/pg driver? 

Even a minimal tester for this got to almost 200 lines, but if it helps:
https://play.golang.org/p/y0cKhF7ujv

Thanks for any advice...


(*) The structure of my code are based on the technique used in gopl.io in 
chapter 8, the concurrent filesystem directory traversal.

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