Re: httpdlx without harddrive use? (General questions)
This is the functionality I was referring to.
[code]
Remarks
wodHttpDLX stores all documents on disk, either by a user specified filename, or in a temporary directory.
[/code]
The way you utilize the temporary file to append the response inside your class/code is too much stress on the hard drive when used on many threads. I think it would run much smoother if you simply appended to a string builder inside the class so all the data stayed in RAM and could be cleared instantly when done being used.
This is really the only fault I have found in using HTTPDLX in the past few years.
Complete thread:
- httpdlx without harddrive use? - tone, 2011-01-16, 19:26
- Re: httpdlx without harddrive use? - woddrazen, 2011-01-16, 23:50
- Re: httpdlx without harddrive use? - tone, 2011-02-07, 23:00
- Re: httpdlx without harddrive use? - woddrazen, 2011-02-08, 09:33
- Re: httpdlx without harddrive use? - tone, 2011-02-07, 23:00
- Re: httpdlx without harddrive use? - woddrazen, 2011-01-16, 23:50