PDA

View Full Version : The ultimate ioFTPD.ini ?


Ezza22
02-09-2007, 12:39 PM
i want to know the ultimate ioftpd.ini

under [Threads]
Worker_Threads = 5 (what changes do that number do?)

and under [File]
DirectoryCache_Size = 50000
# Amount of directories to cache per cache bucket (8 buckets)

should that value be higher or lower? and why?

And last: Device_Concurrency = 5 # Maximum simultanous io operations per device

is it better to lower that value?

What is the best values for an system with P4 2.4 Ghz, 512mb ram ?

Rydia
02-09-2007, 03:33 PM
I want an instruction for each value in details, too
but i never find one:(((

mr_F
02-14-2007, 10:37 PM
some useful info
Io_Threads = 2 # Number of io threads (2x logical CPUs)
Worker_Threads = 3 # Number of worker threads (1/2 of max users online)
Worker_Fibers = 50 # Number of works fibers
Encryption_Threads = 1 # Number of encryption threads (number of logical cpus)

Zer0Racer
03-28-2007, 03:57 AM
From another thread here somewhere... I have pasted this just above Worker_Threads option in my ioFTPD.ini

# Worker_Threads, Number of worker threads is dependant on the number of users you have online
# For 10 users, 2-3 is enough.
# For 20 users 4-6
# 100 users 10-15
# 1000 users 20-30

/ZR