search for: gknw

Displaying 3 results from an estimated 3 matches for "gknw".

Did you mean: gkn
2007 Mar 30
3
example code for file upload
I have an archiving application that handles large file uploads. I already use backgroundrb to run a behind the scenes bulk import of records. All good. Thank you Ezra. Now I would like to add long running file uploads to the things that backgroundrb does for me. That''s right that ole chestnut. I''ve seen a lot of mention of this practice around the web, but have yet
2006 Nov 26
2
Writing a mod_put HttpHandler
...ODY. Of course, I''d like that hack to allow all other requests to work normally. Thanks for any input and pointers. If you think I''m nuts for looking at Mongrel to do this operation, suggest another method that doesn''t involve Apache and mod_put. cr [1] http://www.gknw.at/development/apache/httpd-2.0/unix/modules/ mod_put-2.0.8.tar.gz
2015 May 29
3
Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)
My apologies for cross-posting. I found this site, after I had posted on stack-overflow. I need to compile several static libraries (C & Fortran) which will later be linked with an R package. Rtools33 directory includes /i686-w64-mingw32 directory which I understand creates 32 bit binaries. Yet, there are other 64 bit directories as well. I have three related questions: 1. Can