Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 29th, 2006, 9:24 AM   #11
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
Hey, thanks for that solution. I will be sure to check it out.
Toro is offline   Reply With Quote
Old May 29th, 2006, 11:06 AM   #12
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
What does your server support? How much would you be willing to pay for a server? Or are you using your home computer as a server?
Arevos is offline   Reply With Quote
Old May 29th, 2006, 11:41 AM   #13
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
I would want a server that supports JSP, Perl, PHP, and ASP. I glanced around the web and found a few of them cheap. Now, setting up my own server at home. What benefits does this have?
Toro is offline   Reply With Quote
Old May 29th, 2006, 2:43 PM   #14
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Well, if you set it up at home, it generally has much less bandwidth, but you get more diskspace, and more control over what you install on it.
Arevos is offline   Reply With Quote
Old May 29th, 2006, 3:43 PM   #15
a thing
Unverified User
 
a thing's Avatar
 
Join Date: Aug 2005
Location: none
Posts: 146
Rep Power: 0 a thing is on a distinguished road
And if your ISP doesn't charge you by how much you upload, it's just included in the price of your regular connection. It should take a lot more bandwidth than other things, like BitTorrent.

Also you can use virtual hosts since you have control over the config files.

My tutorial
__________________
Warning: My posts may change (dramatically) within the first 15 minutes they're posted.
Got 'Nux?—GNU/Linux and other free software support.
It's GNU/Linux, not just Linux.
a thing is offline   Reply With Quote
Old May 29th, 2006, 9:20 PM   #16
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
Thanks both for your suggestions and advice. Well appreciated
Toro is offline   Reply With Quote
Old May 29th, 2006, 9:41 PM   #17
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Quote:
Originally Posted by free-zombie
like OsCommerce ?]
Use what you're comfortable with. If you know Java, you might want to go with JSP or Trails (Java on Rails). Of you don't know anything, go for php, it's nice. OsCommerce is written in PHP - poking around in it should be educational.... (I've worked with it..,. abstraction layers everywhere which I, under time pressure, cunningly avoided )
Nice. Yeah Toro, when working with PHP or any web development, I would strongly advise looking online to see what you can find before you start creating your own.Whether you use an open source, whether you buy it, or create it your self, each solution has its pros and cons. I once was going to write a couple programs, strictly for myself to use, but decided I would look online for them first. Amazingly, I found free solutions to it. Saved me a ton of time. Just a suggestion

P.S - If you are looking for a shopping cart, there are TONS out there, some better than others
Booooze is offline   Reply With Quote
Old May 29th, 2006, 11:17 PM   #18
a thing
Unverified User
 
a thing's Avatar
 
Join Date: Aug 2005
Location: none
Posts: 146
Rep Power: 0 a thing is on a distinguished road
Quote:
Originally Posted by a thing
It should NOT take a lot of bandwidth, a lot less than other things, like BitTorrent.
Whoops! That's what it should be.
__________________
Warning: My posts may change (dramatically) within the first 15 minutes they're posted.
Got 'Nux?—GNU/Linux and other free software support.
It's GNU/Linux, not just Linux.
a thing is offline   Reply With Quote
Old Jul 6th, 2006, 3:01 PM   #19
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
JSP is faster than perl? Never really thought anything could be faster than java apps, perhaps... but at least Perl won't eat your server...

I find JSP sites to actually be slow as compared to most server side alternatives, and most java vms tend to bear a heavy footprint on your memory.

MY work uses JSP and the system crashes anytime it hits even a moderate load of traffic, not very much fun. If you want fast though, look into PHP... I have found great results with PHP, even ASP/ASPX is pretty good.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote
Old Jul 6th, 2006, 3:50 PM   #20
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Hm. I thought this thread was already dead and buried

Quote:
Originally Posted by kurifu
I find JSP sites to actually be slow as compared to most server side alternatives, and most java vms tend to bear a heavy footprint on your memory.

MY work uses JSP and the system crashes anytime it hits even a moderate load of traffic, not very much fun.
That points to bad programming, rather than a problem with Java itself. JSP is looking increasingly dated these days, but because it uses compiled bytecode, and because the standard Sun JVM is highly optimised, Java's about the fastest you can get from a language that doesn't compile to native machine code.

Unfortunately, it's also pretty easy to screw up Java so that it runs like a dog. Java's complexity is often it's downfall.
Quote:
Originally Posted by kurifu
If you want fast though, look into PHP... I have found great results with PHP, even ASP/ASPX is pretty good.
PHP is fairly quick, especially conbined with mod_php in Apache, but it's an interpreted language, and even with a cached AST it doesn't outperform Java in terms of CPU cycles. Take a look at the computer language shootout comparison between PHP and Java.
Arevos is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:36 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC