> I do not think this is a permissions problem, since the file is
> newly created and thus inherites all permissions from the folder
> in which it resides. If there would be a problem, the other files in
> there would have the same problem.

I suspect the same, and imVVHo it's ASSP itself (or some perl
code inside one of the modules used by ASSP) which is keeping
the file "in use"

> Another reason could be too long path/filenames.

not my case, the path is "c:/assp/pb" so there's no problem for
that, also, if paths were the cause then the code shouldn't be able
to create the "tmp" files :)

> I did not follow all of this thread, but did you ever check if this
file
> is simply being kept open by another process/user?

ASSP seems to be the only process keeping it open

> Not only virus scanners keep files open, but also backup software

nothing in my case, no AV scanner, backup or shadow copy and
the permissions are fully ok, so, again, I tend to suspect that the
issue
may be either sitting inside ASSP or inside one of the file I/O modules
used; I suspect (not sure btw, just shooting in the dark) that
"buffering"
may play a role here; let's say ASSP closes a handle; the "close"
call immediately returns, but the underlying perl runtime starts
flushing
the file... at the same time ASSP tries to delete the file... and such
an
operation fails... maybe I'm wrong, again, it's just an idea

Also... another /strange/ thing I noticed is that, while the "tmp" files
are left in place due to those errors, if I stop and then restart ASSP
they disappear


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to