|
-
Jan 6th, 2001, 01:44 AM
#1
Thread Starter
Junior Member
hello fellow programers,
i am hoping to make a large e-commerce community. Now my main problem is fondation questions.
What are the pro's and cons of using
- php with sql
- asp with a vb COM object accessing sql.
i require speed and stability.
and qhat is the diffrence between sql and mysql????
any feedback whould be most apreashiated..
thank you for your time and help.
-
Jan 6th, 2001, 01:53 AM
#2
Banned
First of all, you'll never get anywhere without taking a spelling lesson.
PHP Pro's:
- Typically more stable;
- Typically faster; and
- Runs on Linux etc. servers, which are generally cheaper.
ASP Pro's:
- Much easier to write (especially with dev tools);
- Database connections are easier with ADO;
- Can take advantage of Windows 2000 Server and IIS 5.0, which come with really jazzy server features; and
- Better for larger sites handling complex data transactions.
-
Jan 6th, 2001, 05:10 AM
#3
Thread Starter
Junior Member
i rote that in a hurry (umm like this one) hehaehahe
so is a compiled COM object slower then php???
and what dev tools are you talking about? (ive never used them or have and not known)
also what is the diffrence between sql and mysql if any?
thanks again
-
Jan 6th, 2001, 12:24 PM
#4
Banned
Speed depends on what your scripts are doing, and how well you've programmed them, as well as your system hardware. The faster the system you're talking about, the greater chance there is Windows 2000 better handling those accelerated resources.
Perhaps the most popular development tools for building server side applications are Microsoft Visual BASIC and Visual InterDev, both available at:
http://msdn.microsoft.com/vstudio/
The difference between MySQL and Microsoft SQL Server are numerous. Check out their Web sites at:
http://www.mysql.com and
http://www.microsoft.com/sql
Hope this helps!
-
Jan 6th, 2001, 12:28 PM
#5
Monday Morning Lunatic
The major difference is that MySQL and PHP are open-source. This means that any bugs are likely to be fixed much more quickly - the provider who runs the servers will be keeping an eye on the updated versions.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 6th, 2001, 12:33 PM
#6
Banned
Not only is bug fixing the benefit of open source, but also h4x0ring -- remember, open source goes both to the developer and to your competitor's "IT" team.
-
Jan 6th, 2001, 12:47 PM
#7
Monday Morning Lunatic
Yeah, but you can't stop someone using specific software
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 6th, 2001, 12:50 PM
#8
Banned
See, when one encloses IT in quotations (like this, "IT" team), it means that it's less like information-technology and more like sabotage. Now you've ruined the whole thing. Thnaks a lot.
-
Jan 6th, 2001, 06:06 PM
#9
Thread Starter
Junior Member
-
Jan 6th, 2001, 06:22 PM
#10
Monday Morning Lunatic
Originally posted by pactalon
See, when one encloses IT in quotations (like this, "IT" team), it means that it's less like information-technology and more like sabotage. Now you've ruined the whole thing. Thnaks a lot.
Just so I don't jump to any conclusions...could you clarify that, please?
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 6th, 2001, 06:34 PM
#11
Banned
Argh. When you have source code that is available to everyone, it makes it much easier for h4x0rz (like Jeff K.) to get in and take down your machine.
-
Jan 6th, 2001, 06:47 PM
#12
Monday Morning Lunatic
Yes, but for most open source software, people with good intentions usually find the security flaws as well, and point them out and/or fix them.
You're right that if your competitors really wanted to, they could use flaws in the code - your point is proven by all the recent "script kiddies" attacks.
But, the important thing is that most of the breaches have now been fixed, and much faster than the large corporations can react.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 6th, 2001, 06:53 PM
#13
Banned
And anyone can report a "security hole" and create a patch for it. If it were a severe security hole, everyone would download and install it. Seems to me like a great way to spread a virus...
OTOH, if Microsoft releases a security patch for, say, IIS 5.0, then we can be sure that this isn't a malicious virus (of course, all of the l33t l1nucks lusers are going to flame me for this...)
-
Jan 6th, 2001, 07:08 PM
#14
Monday Morning Lunatic
Then I'll flame ya Not really - although I do use Linux.
With open source software - you'd have to give the source or noone would download it! So any viruses spread would be a bit useless.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 6th, 2001, 07:11 PM
#15
Banned
Perhaps not a readily-visible virus. Or maybe a patch doing just the opposite -- compromising security to assist another program.
-
Jan 6th, 2001, 07:25 PM
#16
Monday Morning Lunatic
My point still stands - the developers responsible for the program's integrity would notice what the code was doing, and not implement it!
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 6th, 2001, 07:34 PM
#17
Banned
So it's impossible to hide a virus or backdoor or trojan or something of that sort from even the newest of users?
-
Jan 6th, 2001, 08:52 PM
#18
Banned
But we're not talking about a "developer" here, we're talking about a l33t h4x0r.
-
Jan 7th, 2001, 12:42 AM
#19
Thread Starter
Junior Member
**** it is amusing listening to this..
haehaehhaeha
-
Jan 8th, 2001, 02:19 AM
#20
Lively Member
asp & java
what is the difference between java and asp?
and which one is easier to use?
-
Jan 8th, 2001, 01:06 PM
#21
Monday Morning Lunatic
Java is a language, ASP is a technology 
You can use Java within an ASP, but it's usually used in a JSP. Basically, they're pretty similar - code embedded in the HTML.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|