Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 86699
Status: rejected
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: maestro189 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Not able open sqlite3 database in child process
Date: Thu, 4 Jul 2013 15:44:25 +0530
To: bug-DBD-SQLite [...] rt.cpan.org
From: Manjunatha R <maestro189 [...] gmail.com>
Dear sir, I.m trying to open sqlite3 database in separate fork() process ,it is not opening and not giving any error message It is not coming out of *sqlite3_open*() If i opend in main before fork and storing handler as global ,it is opening successfully but i dont want to use as global ......i want handler as separate task in child process Plese Help me......Thanks -- Manjunath R +91-9986120634
Hi. Apparently this is not an issue of DBD::SQLite. If it really is, post a snippet here to describe what you're doing. Otherwise, visit http://sqlite.org/support.html and subscribe to "sqlite-users" mailing list, and ask your question there. Thanks. On Thu Jul 04 19:14:46 2013, maestro189@gmail.com wrote: Show quoted text
> Dear sir, > I.m trying to open sqlite3 database in separate fork() process > ,it is not opening and not giving any error message > It is not coming out of *sqlite3_open*() > > If i opend in main before fork and storing handler as global ,it > is opening successfully but i dont want to use as global ......i want > handler as separate task in child process > > Plese Help me......Thanks >