On Tue, Nov 18, 2008 at 8:37 AM, Alexey Petrushin <[EMAIL PROTECTED]> wrote:
> Michael D'Auria wrote:
>> Is there a reason why you are avoiding the filesystem for storage?
>>
>> Michael
>
> Yes, i'm using abstract storage interface, that can be implemented as
> local file system, remote file system, distributed file system,
> database, cache.
>
> In this case the temp file is not needed. I can just switch the input
> stream to it's destination without lost performance on not needed IO
> operations.

You could look at the Ruby code that produces the temporary files, and
change it.
It is in method CGI::QueryExtension#read_multipart in cgi.rb
(/usr/lib/ruby/1.8/cgi.rb on my machine)

Stephan

> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Mongrel-users mailing list
> Mongrel-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/mongrel-users
>



-- 
Stephan Wehner

-> http://stephan.sugarmotor.org
-> http://www.thrackle.org
-> http://www.buckmaster.ca
-> http://www.trafficlife.com
-> http://stephansmap.org -- blog.stephansmap.org
-> http://loggingit.com -- blog.loggingit.com
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to