search for: myproduct

Displaying 4 results from an estimated 4 matches for "myproduct".

Did you mean: byproduct
2006 Feb 06
1
Two subdomains with diferent controllers but same helpers and components
Hi, I want to have www.myproduct.com and myclient1.myproduct.com working on same server. I would like to have different controller in wich subdomains, example: on www I want to have sgnup and prices controller and on myclient subdomain I want login, settings, etc... I can open two environments rails www rails clients or point...
2007 Mar 28
6
ZFS and UFS performance
...5 with 10 disks and 2 spares and it''s exported to the V240 as a single LUN. We create iso images of our product in the following way (high-level): # mkfile 3g /isoimages/myiso # lofiadm -a /isoimages/myiso /dev/lofi/1 # newfs /dev/rlofi/1 # mount /dev/lofi/1 /mnt # cd /mnt; zcat /product/myproduct.tar.Z | tar xf - and we finally use mkisofs to create the iso image. UFS performance ---------------------- We created a UFS file system on the above LUN and the above iso creation process takes about 5 mins. (I don''t have the exact numbers) ZFS performance --------------------- When we...
2008 Oct 23
1
rsync mirroring
...guys, we have a production server named prod-server we have a mirror server named storage-server . I want to mirror a downloadsite on production server to a mirror server , but i want to keep all files from production server on mirror server . More explicitly. If i will have a file named "myproduct.exe" on production server , which is allready mirrored on mirror server , and i will delete it on production server, i want to have an original file renamed to myproduct.exe_DATE_OF_DELETION and then new myproduct.exe normally mirrored as before. Basically - I want to backup all changes I am...
2006 Mar 08
3
Namespace & Organisation Conventions
Hi All I wanted a little advice on the convention for namespace usage and organisation of code. I originally used PHP and often had an "admin" backend that performed the various admin tasks with users, and data Then I had a front-end often situated at the root that had user services. I''m trying to emulate this in Rails but feel I''m missing a significant point here and