Re: [sqlite] querying number of open connections

2007-06-27 Thread John Stanton
Nate Constant wrote: Hello, is there a way to query the number of open database connections? An open file monitor like lsof will do it. - To unsubscribe, send email to [EMAIL PROTECTED]

Re: [sqlite] querying number of open connections

2007-06-27 Thread Joe Wilson
--- Nate Constant <[EMAIL PROTECTED]> wrote: > Hello, is there a way to query the number of open database connections? Within a single application, I don't think so - not a public API, anyway. You have to keep track of connections yourself. >From multiple sqlite applications sharing the same

[sqlite] querying number of open connections

2007-06-27 Thread Nate Constant
Hello, is there a way to query the number of open database connections? -- Nathan Constant