3384f5 | private string tmp_unique = sprintf("%d.%d", time(), getpid()); private int tmp_sequence = 0; // This variable must be process global. | |||
587711 | constant contenttypes = ({ }); | |||
3384f5 | string tmp_filename() { | |||
94f80d | mkdir("../var/search/"); | |||
4e9851 | return sprintf("../var/search/search.tmp.%s.%d", tmp_unique, tmp_sequence++); | |||
3384f5 | } |