再論程式的執行速度的問題,(續asp,php和jsp 等動態編程)

來源:互聯網
上載者:User
js|編程|程式|動態|速度|問題|執行


    大家好,我以前曾經寫過一篇 幾種動態程式設計語言的 比較的文章(具體情況請看:http://www.asp888.net/lanmu/viewarticle.asp?id=17),當時對 asp 的評分很低,因為當時的jsp 確實太好了,還沒有一種技術在當時能趕得上jsp,現在 MS 推出的 .net 戰略,以及相應的asp.net(就是asp+),改變了這種情況
關於 asp+ 的其他的問題,豆腐的網站上已經寫了很多的 文章了,我就在這裡來再次比較一下
程式的運行速度的問題,請看程式
<%
Dim intStart,intStop As DateTime
Dim timeUse As TimeSpan
dim Sum,i,j as int32
intStart = DateTime.Now
for i=1 to 20000
for j=1 to 20000
Sum=Sum + i
next
next
intStop = DateTime.Now
timeUse = intStop.Subtract(intStart)
Response.Write (TimeSpan.ToString(timeUse))
%>
請看輸出:是 3。6 秒左右,老天,速度真的是好快呀,達到了jsp 同等的運行效果,因為他們同樣採用了 先行編譯(preCompile)的原因,怎麼樣,Cool 吧!




相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.