Re: Attempted Simultaneous Access causes "Could not lock file"
- From: "Siegfried Heintze" <siegfried@xxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 17:12:45 -0600
Hmmm.... the ASP.NET application is only reading.
I can have multiple perl programs writing to the database, simultaneously. I
wrote both programs. One of the most important features of a database, I
thought, was simultaneous access by multiple processes.
The perl code is just doing "INSERT"s and the ASP.NET is only doing Selects.
Is there not some setting that needs to be adjusted to allow multiple
readers and writers?
I understand that the MSAccess GUI needs exclusive access when editing a
table definition, but I'm not doing that.
Thanks,
Siegfried
"Vincent Johns" <vjohns@xxxxxxxxxxxxxxxxxx> wrote in message
news:qk5%e.1297$4h2.97@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Siegfried Heintze wrote:
>
> > I have a screen scraper written in perl that populates the same database
> > every night with new additional information.
> >
> > Why is it that when I try to simultaneously write to the database with
perl
> > and read it with my ASP.NET UI I get "could not lock file" from ASP.NET?
> >
> > Thanks,
> > Siegfried
>
> I don't know the details of your system, but this behavior seems quite
> reasonable. If ASP.NET needs exclusive use of some resource (such as
> your database), and some other process currently has access to the
> resource, then ASP.NET should definitely have to wait until nobody else
> is using it. Maybe you can schedule the activities for different times.
>
> -- Vincent Johns <vjohns@xxxxxxxxxxxxxxxxxx>
> Please feel free to quote anything I say here.
.
- Follow-Ups:
- Re: Attempted Simultaneous Access causes "Could not lock file"
- From: Vincent Johns
- Re: Attempted Simultaneous Access causes "Could not lock file"
- Prev by Date: Re: Link tables between different versions of Access?
- Next by Date: Re: Move old records to other table
- Previous by thread: Re: Link tables between different versions of Access?
- Next by thread: Re: Attempted Simultaneous Access causes "Could not lock file"
- Index(es):
Relevant Pages
|
Loading