read and write from the same file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Homesick
Forum Newbie
Posts: 16
Joined: Tue Apr 06, 2010 1:53 am

read and write from the same file

Post by Homesick »

Hi Guys,

Please help me in this Scenario:

I have a php script that is reading a file, at the same time there is a java program writing to that file.

How could I make the php script reading the file without locking it giving the Java an ability to write to this file or rename it without any problems ??
Homesick
Forum Newbie
Posts: 16
Joined: Tue Apr 06, 2010 1:53 am

Re: read and write from the same file

Post by Homesick »

Up

please Help :(
Homesick
Forum Newbie
Posts: 16
Joined: Tue Apr 06, 2010 1:53 am

Re: read and write from the same file

Post by Homesick »

Up

Thanks in advance :)
Post Reply