Archive for March, 2007

Clustered Storage

Video Sharing site DailyMotion (Alexa Rank - 104) use Isilon for storing video.

Daily Motion Storage

The Isilon IQ family of clustered storage systems was designed from the ground up to meet the needs of data-intensive enterprises and high-performance computing environments

Comments off

Delete Large Number of files in a folder

On linux, i was asked to delete a folder with lot of files.

When i try to delete the file with rm if *, i got error, too big arguments.

The files are deleted with command

find /home/mwp2007/mail/new -type f | xargs rm -f

/home/mwp2007/mail/new is the folder which contain the files.

Comments off

Start Your Own Search Engine

Comments off

Dundas CreateObject failed error

On a Windows server, when using Dundas Upload, it show following error.

The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

The problem is caused by windows permission.

Fixed by giving user “everyone” read and execute permission to DSUpload.dll file.

Comments off

« Previous entries