The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
96 views

Why is my php file locking not working?

I am running nginx with php5-fpm. The php code makes an intensive database request. For performance reasons I need to cache the result of the query and also perform locking, so that the query runs ...
-1
votes
1answer
78 views

How to Lock folder pro-grammatically in android?

It is possible to Lock folder with password protected programmatically? http://developer.android provides File-lock but i want to Lock folder not a File. Android operating system is totally based on ...
3
votes
4answers
373 views

Lock file exclusively then delete/move it

I'm implementing a class in C# that is supposed to monitor a directory, process the files as they are dropped then delete (or move) the processed file as soon as processing is complete. Since there ...
5
votes
5answers
110 views

PHP lock text file for editing?

I've got a form that writes its input to a textfile. Would it be possible to lock a text file for editing, and perhaps give a friendly message "the file is edited by another user, please try again ...
0
votes
0answers
159 views

How to stop Windows server from locking a file?

I have to work with a buggy accounting application that locks the data file and doesnt release the lock when it stops using it. So next person trying to access the file gets Access Denied. This can ...
0
votes
1answer
80 views

Does CopyFile place any lock on the source file?

When I copy a file with CopyFile, will the source file be locked in any way? Say - if the copy operation starts, and then someone wants to open the source file, will it succeed? What if the "someone" ...
0
votes
0answers
106 views

multi-threaded file locking in linux

I'm working on a multithreaded application where multiple threads may want exclusive access to the same file. I'm looking for a way of serializing these operations. I was planning to use flock, lockf, ...
1
vote
0answers
38 views

Daemon::Generic locks disappearing upon daemonization on Solaris

I'm trying to use Daemon::Generic, and it seems to be exactly what I need, except on Solaris it seems that locking the pid file doesn't work. As a result, status always reports the process is dead, ...
5
votes
3answers
177 views

Create file in a thread-safe manner

I have an array of filenames and each process need to create and write only to a single file. This is what I came to: foreach ($filenames as $VMidFile) { if (file_exists($VMidFile)) { // A ...
0
votes
2answers
76 views

fnctl : invalid argument in C

I m working with File Locking in interprocess Communication , the following code bugs me... when run through terminal in Macintosh #include <stdio.h> #include <stdlib.h> ...
0
votes
1answer
146 views

NetBeans IDE: Is there a way to make files read-only or lock the contents?

In the Netbeans IDE, is there a way to make a file read-only or prevent the file's contents from being edited, even though the file is part of a project as source code, a test package, or a data file? ...
0
votes
1answer
196 views

Lock a CSV file (only allow read-access). Possible?

I'm programming a game applet that saves data to a CSV file and got a few methods that may read and write to same .csv file. And somehow I need to lock the file while each of my methods has a open ...
5
votes
1answer
222 views

Does FileChannel tryLock() method checks for locks or just breaks them?

I have two processes that may access the same file concurently and wanted to implement file locking. The trouble seems to be that one process is written in java and the other in C and it is not clear ...
0
votes
2answers
72 views

How to detect whether a zip/compressed file is completely unziped/uncompressed?

I have a java program to copy a folder(along with all files in it) from one location to another programatically.Now assume user pasted a zip file in this folder and then unzips it.Meanwhile my program ...
1
vote
0answers
97 views

File remaining locked in Windows after Java File.canWrite() returning true and all close() methods called

I'm using a WatchService to check for the addition of a file to a directory. A listener then gets an input stream from the file in the form of a ByteBuffer wrapped in a custom class (See below). The ...
0
votes
1answer
191 views

Embedded Jetty server 8 and Eclipse IDE on Windows 7 cannot save file

I am using Eclipse IDE and and embedded Jetty Server on Windows 7. I can run the app by starting jetty and view it my browser without a problem. However if I edit a file in my app which is in ...
-2
votes
1answer
255 views

lock text files with passwords [closed]

Is there any way to protect the text file. I want to protect my text files to protect with password. So how is it possible that when client wants to open the text file it asks for password and files ...
2
votes
1answer
148 views

How to manually Lock a file for other applications

I have spent quite some time figuring out how to do this but did not find any usefull solution. Here is what I want to do. I am generating a huge binary file in my application. The tricky thing is ...
0
votes
2answers
159 views

C# Prevent Write or Delete of a Directory [closed]

I'm working on a program that acts much like dropbox but locally for my business. I have it setup where some users can't write to some files/directories but they can still write locally. It's not a ...
2
votes
1answer
266 views

Create a locked file with boost::interprocess::file_lock

I'd like to use boost::interprocess::file_lock to ensure that files that are written to a directory x by process P1 are not read by process P2 until they are complete. To do this, I'd like to have P1 ...
0
votes
3answers
271 views

Permanently locking a file

I am working on a file locker/unlocker application using C# on VS2010. what i want is to lock a file with a password using my application and then unlock it any time. In fact, I used the following ...
4
votes
2answers
434 views

Handle.exe not working when exec from code

I am trying to use handle.exe to discover which process owns a file. When I run handle on it's own through the commandline it works as expected. However, when I exec it from within my code I always ...
0
votes
0answers
45 views

Apache django windows 7 html file locking

I have a web app made with django that update itself through the Internet. This is done by downloading a zip file containing all the new files and unzip it at the apps root directory. This works fine ...
0
votes
2answers
100 views

How to start concurrent threads that acquire a file lock and wait on each other

I'm studying the FileLock class. What I want to do is start three Threads that will run at the same time and access a single file. While the file is locked by one thread, I want the other two threads ...
0
votes
1answer
38 views

Notepad style loading of a large file on windows

I have noticed that notepad can take a very long time to load a large where it appears to be completely unresponsive but the file handle only seems to be active for a very short period of time during ...
0
votes
0answers
187 views

Exclude Some files from files locking in TFS

So I have a web project that minifies and condenses our javascript to a couple of files as a post build action. The problem is that in order to build the project correctly I have to check out the ...
0
votes
1answer
149 views

Java5 FileInputStream fails before I can get file lock

I have application (Java5) distributed among several JVMs that reads/writes files from a shared storage (the storage is managed by Windows). I wanted to use exclusive/shared locks for file write/read ...
0
votes
1answer
227 views

Accessing a file already in use [duplicate]

Possible Duplicate: Read file which is in use? I am trying to access a file that is already in use in Windows 7. I have tried all the suggestions I could find on this site and other but no ...
2
votes
2answers
252 views

How can I set file permissions to prevent anyone else from taking exclusive lock on my file?

I want to open file for append on Windows 7 host using C#/.NET. I want to use usual file output operations for this purpose. I found such solution: FileStream trace_fd = new ...
5
votes
2answers
4k views

Open in Java(TM) Platform SE binary

I tried to delete a file that I have two of, one slightly changed, so I could delete the older one and replace it with the new one I changed. When I tried to delete the file I got the error message ...
0
votes
0answers
64 views

Thread level file locking?

I have a file storage application in tomcat where each request will be handled by a thread. The clients can read , write or delete files. Normally each user will have his/her own directory , so file ...
4
votes
2answers
654 views

Delphi writing to a network share using TFilestream locks the file when network is lost

Im attempting to write to a network share (local) using TFilestream. It all works fine should the network connection not be interupted. However, if I pull the network cable and then reconnect it, ...
0
votes
1answer
305 views

Insane increase of Nonpaged Kernel Memory when running this Java app

I've made a packet sniffer using JNetPcap library. It's a .jar that is executed from another application that monitors the system resources (RAM, Disk usage, active network interfaces, running ...
2
votes
2answers
516 views

php flock and fread and fwrite

I see people using flock like this: if (!$fp = fopen($file_name, 'wb')) { return FALSE; } if (flock($fp, LOCK_EX)) { fwrite($fp, serialize($data)); flock($fp, LOCK_UN); } ...
1
vote
1answer
159 views

Shared lock on a shared file descriptor

Can we use both fcntl locking and flock locking (not simultaneously) on a shared file descriptor, if we want to share a lock between threads/processes?
2
votes
3answers
2k views

Force java to release all file locks/handles in Java

My Java application (which is quite a bit of code) does a lot of file operations. At one point in my application, I need to move a file from one location to another and for this I'm using the ...
-1
votes
2answers
349 views

C# text file sharing scheme for multiple users

Instead of me writing from scratch a text file sharing windows form application, I thought I would simply ask if someone has a snippet (C#) or methodology that I could use? The application merely ...
4
votes
3answers
120 views

How can I ensure my process never locks another process out of a file?

I have a Windows process that runs in the background and periodically backs up files. The backup is done by uploading the file to a server. During the backup, I don't want to lock any other ...
0
votes
1answer
59 views

filelock allows opening of files

i executed the following c code on my ubuntu machine...i have read about fcntl()'s use to lock a file and even reading will not be allowed if F_WRLCK opton is set...so i started this program and ...
2
votes
3answers
239 views

How do I give parallel write access to a file without collisions?

I have some child processes which should write some logs into a common file. I am wondering if this code work so that the processes will write into the common file without collisions: sub appendLogs ...
3
votes
2answers
507 views

Is FileLock in java safe across multiple threads within the same process or between different processes or both?

Is FileLock in java safe across multiple threads within the same process or between different processes or both? The javadoc says: File locks are held on behalf of the entire Java virtual ...
5
votes
5answers
793 views

Mac OS X equivalent of Linux flock(1) command

Is there a flock command on Mac OS X that manages file lock? http://linux.die.net/man/1/flock
1
vote
4answers
1k views

Failing to programatically overwrite a file in an IIS Virtual Directory/Application (file is always locked)

At first I thought I'm facing a very simple task. But now I realized it doesn't work as I imagined, so now I hope you people can help me out, because I'm pretty much stuck at the moment. My scenario ...
3
votes
1answer
657 views

Creating XPS in WPF - used image files are being locked until my app quits

In my WPF app, I am creating a FlowDocument by building its XAML markup as a string, and then using XamlReader.Parse to turn the string into a FlowDocument object, which I then save to an XPS document ...
2
votes
2answers
458 views

Perl: flock() works on Linux, ignores previous lock on AIX

In a nutshell: wrote a Perl script using flock(). On Linux, it behaves as expected. On AIX, flock() always returns 1, even though another instance of the script, using flock(), should be holding an ...
0
votes
2answers
120 views

Is there any reason to use locks files over flock?

With lock files I mean: Create a file to lock a resource and delete it when releasing it again.
1
vote
1answer
178 views

Can java.io.File length() lock the file and prevent File.delete() from working?

I have a multi-threaded java application and the logging code uses File.length in 1 thread but just for logging. I want to be able to delete from the other threads regardless of this logging. Can ...
2
votes
0answers
147 views

Windows - what happens to file, locked over the network, when locker process crash

Consider a process running on "local" machine, which locks the file in windows shared folder (i.e. the file located on another, "remote", machine). What will happen to a file if "local" process ...
1
vote
1answer
176 views

File-based equivalent of java.util.concurrent.locks.Lock?

I am looking for a file-based lock with API similar to java.util.concurrent.locks.Lock (e.g. ReentrantLock). I would really like to have tryLock() as well as its time-bound little sister, without the ...
0
votes
4answers
435 views

How to delete file temp.jpg with process A if locked by process B

how File.Delete() file temp.jpg with process A if locked by process B. how close handles file temp.jpg IOExceoption: The process cannot access the file Because it is being used by another process ...

1 2 3