search for: manyfold

Displaying 2 results from an estimated 2 matches for "manyfold".

Did you mean: manifold
2005 Jan 22
1
Samba - CPU and memory usage - Proposed solution(?)
...ng to Unix filenames and building up the filename cash until it reaches 150 MB. I developed a configurable parameter "many files", which when set, disables file browsing (who needs listing of ~1,000,000 files?) and performs a "stat" to get the file. The improvement was huge and manyfold. Response went down to < 1", CPU to ~ .1% and RAM ~ 2.5 MB/process. More importantly, these results are independent on how many files are in a directory (as long as the filesystem doesn't run out of inodes!). Even more, security is better, since CRM agents cannot view, modify or delete...
2006 May 18
8
Concatenated key
Hi all, I started playing a couple days ago with Rails and it find it very interesting. But I''m a bit stuck with making it work with a concatenated primary key. I want to use my own names for the DB fields and I''m using SQL Server 2005. My tables look roughly like this: CREATE TABLE USERS ( USR_ID VARCHAR(25) NOT NULL PRIMARY KEY, USR_PASS VARCHAR(25) ) CREATE TABLE