On Thu, Dec 30, 2004 at 10:49:14PM -0500, Brian Hechinger wrote:
On Tue, Dec 28, 2004 at 06:59:07PM -0300, Jorge Arellano Cid wrote:
Hi Dieter,
I just finished the first prototype for the two-threads-only file server dpi. I've had this in mind for sometime because the old one, despite solving a deadlock race, used too much threads when the page requested too much different files (one per file).
i haven't looked at it yet, and i appologize for commenting before doing do, but is this something that could be made configurable?
i ask only since some machines (a lot that i own anyway *G*) do better IO than CPU stuff, so doing lots of simultaneous IO would make dillo faster there.
On single-CPU sytems this server will be faster in most cases. On multi-CPU systems I doubt a difference because the threaded tasks are almost pure IO and not CPU-intensive. OTOH, computer architecture magic can surprise anyone! ;-) -- Cheers Jorge.-