I agree , only I do not understand why the problem is only with big files and was never reported from others . I am using php fwrite (http://www.php.net/manual/en/function.fwrite.php) to update files and it should update timestamp too (I cannot see why not). BTW I will add a "touch" at the end of the "flat file update" operation , to avoid the problem.
Graziano >> I had always problems with assp not reloading often as required the >> flat >> file with local emails , especially on servers >> having a lot of email (over 2000) where the flat file was updated >> very >> often . >> Finally I found a solution which works (on linux ). >> >> set following cronjob (each 1 max 10 minutes depending on how often >> do >> you want the assp_local_email reloaded ) >> > > > hmm... touch will set the timestamp as any normal change operation > will do. > So look into the way you are updating your big files. They are not > written to disk - that is the real problem. > > fritz > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Assp-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-user > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
