|
|
|
|
![]() ![]() |
Aug 14 2004, 09:01 AM
Post
#1
|
|
|
Messenger ![]() Group: Members Posts: 19 Joined: 1-August 04 Member No.: 408 |
As the title? just need your suggestions.
|
|
|
|
Aug 14 2004, 10:07 AM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 114 Joined: 9-August 04 From: Suzhou Jiangsu China Member No.: 743 |
ASP is only supported by WIN32?
|
|
|
|
Aug 14 2004, 04:00 PM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 14-August 04 Member No.: 803 |
i think both can do the same thing
try using php its more advanced |
|
|
|
Aug 31 2004, 08:56 PM
Post
#4
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 38 Joined: 31-August 04 Member No.: 967 |
CGI is much faster than using ASP and CGI is platform independent unlike ASP where its just a microsoft technology.
Amazon.com, yahoo.com, and ebay.com write their website in C++ and cgi. Its much more efficent and faster. |
|
|
|
Sep 30 2004, 03:40 AM
Post
#5
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 81 Joined: 3-August 04 Member No.: 609 |
if im correct, I beliece CGI can be more secure. I believe that ASP is more vulnerable to SQL attakcs, which can be very threatening.
|
|
|
|
Oct 9 2004, 03:43 PM
Post
#6
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 10 Joined: 9-October 04 Member No.: 1,570 |
CGI is a much older and much less efficient standard. the main problem with CGI is that each request fires a new process for the CGI script regardless of the language.
On the otherhand, newer technologies like ASP and JSP/Servlet and PHP execute requests as threads within the Web Server process - much more secure (re. system crashes), scaleable and efficient. CGI is also pretty bare-bones and you got to be good at pattern-matching coding and lower-level coding, although I am sure you can find heaps of useful CGI scripts and code snippets to use. ASP/Java/PHP all give you lots of built in features for example to handle POST data. Now I am not exactly a big fan of ASP, I much prefer PHP or Java; but i would still choose ASP over CGI. And I am not sure about what improvements .NET has added aside from what microsoft ripped off from Java (i.e. auto garbage collection). best regards, - arp |
|
|
|
Oct 10 2004, 06:03 PM
Post
#7
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 19 Joined: 10-October 04 Member No.: 1,626 |
I think ASP is much better than CGI. ASP is newest than CGI, it has more options, and you can simply create big web applications (using ASP).
On the other hand, it's true that ASP is slower than CGI, but in the future nobody will use CGI -- eldeo |
|
|
|
Oct 13 2004, 01:38 AM
Post
#8
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 11 Joined: 13-October 04 Member No.: 1,712 |
Well if you think about it CGI has been around for a long time. Its stood up to others time and time again and is still around to tell the tale. It's features may be a little behind for it's time but it makes up for it in stability.
ASP on the other hand I believe is better for today's world it may be a little slower then CGI but the stability is there. Its features are growing more every day. So If I were to choose Id choose ASP. |
|
|
|
Oct 23 2004, 04:58 AM
Post
#9
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 75 Joined: 20-October 04 Member No.: 1,847 |
I hate ASP because:
-It is only on win. -Very slow !!! CGI is faster , CGI is better |
|
|
|
Oct 23 2004, 08:28 PM
Post
#10
|
|
|
Web Design And Logo Art ![]() ![]() Group: Members Posts: 29 Joined: 23-October 04 From: USA Member No.: 1,917 |
I think CGi is better
and Fastter |