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

[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, Franc

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

[go-nuts] Re: Accessing Ms SQL Server with Go

2016-08-23 Thread gerald . stanje
I have used: https://github.com/denisenkom/go-mssqldb On Tuesday, August 23, 2016 at 6:28:10 PM UTC+2, Tong Sun wrote: > > Hi, > > What's the widely used, most-actively-maintained GO library to access > (R/W) Microsoft SQL Server? > > I know that Microsoft SQL Server has various methods to acces

[go-nuts] Re: Go data science resources and community

2016-08-16 Thread gerald . stanje
Great stuff. Have you looked at golearn https://github.com/sjwhitworth/golearn ? On Tuesday, August 16, 2016 at 6:08:33 PM UTC+2, Daniel Whitenack wrote: > > Hi Everyone, > > There are actually a lot of people doing data science with Go or just > interested in the idea. We have been discussing