View Single Post
Old 09-24-2003, 07:37 PM  
SnypeTEST
Senior Member
 
Join Date: Feb 2003
Posts: 458
Default OnUploadComplete

got this problem, ioftpd.exe running OnUploadComplete more than 1 time for 1 file.

I made an exe that would print "!putlog $filename". while simulating a 7User Race on my lan, got this in ioftpd.log

* only pasting the doubles that appeared *

09-24-2003 20:11:18 10-50_cent-the_blast_(feat._g-unit)_(freestyle)-osc.mp3
09-24-2003 20:11:18 10-50_cent-the_blast_(feat._g-unit)_(freestyle)-osc.mp3
09-24-2003 20:11:18 11-50_cent-your_after_my_chedda_(feat._g-unit)_(freestyle)-osc.mp3
09-24-2003 20:11:18 11-50_cent-your_after_my_chedda_(feat._g-unit)_(freestyle)-osc.mp3


my ioftpd thread settings are
Worker_Thread_Min = 5 # Minimum amount of worker threads
Worker_Thread_Max = 10 # Maximum amount
Io_Thread_Count = 3 # Io Threads

before I had min = 10 , max = 20 , threadcount = 6 , then I tired lower value, same prob.

using ioftpod 5.0.13

[Events]
;OnFtpNewDir = ..\newdir\newdirlog.itcl
OnFtpDelDir = ..\psio\pSio.exe DELDIR
;OnUploadComplete = iotrial.exe UD
OnUploadComplete = ..\psio\pSio.exe UD
;OnUploadError =
;OnUploadComplete =
;OnDownloadError =
;OnDownloadComplete =
;OnResume =
;OnUpload =
;OnFtpNewDir =
;OnFtpDelDir =
;OnFtpLogIn =
;OnTelnetLogIn =
;OnHttpLogIn =
;OnServerStart =
;OnServerStop =
SnypeTEST is offline   Reply With Quote