search for: naeslund

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

2007 Mar 08
6
Transfer-encoding: gzip
Hello! What is the simplest way to make merb respond to the client sending Accept-Encoding: gzip? Just checking if it exists, otherwise I''ll implement it myself. Regards, Magnus
2007 Mar 07
3
Is there a thread safe ActiveRecord replacement?
I''m using merb as an application server backend for a client application, the goal is to be able to handle thousands of parallell sessions (not parallell requests). It will use sendfile to send files. The controller uses an singleton that saves sessions in a hash that is memory resident cross requests, but isn''t persistent otherwise. I''m using ActiveRecord since there
2007 Apr 04
0
CIFS vs NFS
Hello, I'm implementing storage servers that will serve millions of 300 kb big files. I'm thinking of giving samba a try, since that's the new slogan, right, that samba can replace NFS? So how do I share and mount a over samba the same way, so that UIDs and GIDs are working? How can I mount //server/xxx so that two local users can create files with their respective UIDs? Otherwise