Doing N pings after a _close or a query has the same result as doind one: not one of them works.
On Wed, Mar 24, 2010 at 2:07 PM, David Baird <[email protected]> wrote: > On Wed, Mar 24, 2010 at 9:42 AM, Martin Sigwald <[email protected]> > wrote: > > I meant socket. I know sockets are FDs. My mistake, sorry. > > Yes, I tried putting the call before Sqlite calls and it works perfectly. > If > > I put it between open and close it works, provided I dont do anything > else. > > For example, if I open the DB, ping, then run a query then ping again, > the > > second ping wont work. > > What if you try doing two pings in a row? Does the second ping ever > work? Does it always work? Does it work sometimes? > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

