Reply
Build a online compression system.
Old 05-03-2007, 07:12 AM Build a online compression system.
Junior Talker

Posts: 2
We want to build a online compress system:
1. It has a form, in which the user can select the file to be compressed on the local computer, and then click "Start Compress" button to upload the file to our server, and our server will try compress it. There are no limitations on the size of the file to be compressed.
2. During the compress process, there should be a progress bar indicating the progress of the whole compression process.
3. We have a Windows 32bit DLL and we want to use it to performs the actual compression in the background.
4. We don't want the server performance to be impacted greatly during the compression process.
5. After the compression is completed, a link is generated so that the customer can download the compressed file.
6. Currently we have a Linux web server hosting our website. And we need to integrate the compress form in the website.
Therefore, we are seeking for a good solution for our system:
1. Which script language should we use for such a system? Php, Asp, Jsp, Perl, or other languages?
2. Should we use two servers, one for foreground website hosting, and one for background compression?
3. It seems that we must use Windows server for the background compression, as we use a Windows 32bit DLL for the actual compression, is that true?
Thank all of you.
AlanCC is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-03-2007, 10:23 AM Re: Build a online compression system.
willcode4beer's Avatar
Webmaster Talker

Posts: 709
Name: Paul Davis
Location: San Francisco
I'm curious, what kind of "compression" are you doing? Almost every linux install can do zip/gzip/bzip out of the box.

Note, items 2 and 4 are in direct conflict.

Language is irrelevant (as long as it can load native libraries, ie your dll), you can do it with any server, pick the one your developers are most familiar with.
If you absolutely must use the windows dll, try to find out if it will work under wine on your existing linux box.
__________________
Paul Davis
willCode4Beer.com (coding for all the right reasons)
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 05-03-2007, 10:35 AM Re: Build a online compression system.
Republikin's Avatar
Super Moderator

Posts: 3,191
What exactly are you asking for? Someone to do it for you?
Republikin is offline
Reply With Quote
View Public Profile
 
Old 05-03-2007, 10:00 PM Re: Build a online compression system.
Junior Talker

Posts: 2
We want to get some advices so that we can have basic ideas of the project. Thereafter, we will ask someone to do the task.
AlanCC is offline
Reply With Quote
View Public Profile
 
Old 05-03-2007, 11:02 PM Re: Build a online compression system.
Republikin's Avatar
Super Moderator

Posts: 3,191
What type of compression are you using? My first instinct, since you said that you have a DLL file is SharpZibLib's GZip library.
Republikin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Build a online compression system.
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13619 seconds with 12 queries