[go-nuts] Re: All goroutines are parked during bgsweep() running. Is it a issue?

2019-08-16 Thread gerald . stanje
How about uploading the svg, so people can zoom into? On Wednesday, August 14, 2019 at 11:34:58 AM UTC-4, nea...@gmail.com wrote: > > [image: issue.png] > > > 在 2019年8月14日星期三 UTC+8下午7:35:48,neal hu写道: >> >> Hi All >> >> I found my application has a strange issue by go trace. All goroutines >>

[go-nuts] Re: max connections limit lib/pq

2017-06-30 Thread gerald . stanje
what you want is to set SetMaxOpenConns, SetMaxIdleConns: db, err := sql.Open(config.DriverName, GetDataSourceFromConfig(config)) if err != nil { log.Fatal(err) } db.SetMaxOpenConns(config.MaxOpenConns) db.SetMaxIdleConns(config.MaxIdleConns) On Friday, June 30, 2017 at 10:22:11 AM UTC-4,

[go-nuts] Re: [ANN] (GUI) Qt binding which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi

2016-11-15 Thread gerald . stanje
Great news! is it possible to load the gui which has been created with qt creator? is there anything which you still plan to add/extend? On Monday, November 14, 2016 at 1:30:58 AM UTC+1, Rich wrote: > > This looks very well done. I've not done any real programming in it but > looking over the