English 中文(简体)
服务器-侧 j带的主要优势是什么?
原标题:what is the main advantage of server-side javascript?
  • 时间:2011-04-27 13:56:35
  •  标签:
  • javascript

我只想知道使用服务器方联合材料是否有好处? 而且,它如何与购买力平价合作?

问题回答

i 只想知道,服务器边 j有什么好处?

It lets you use JS on the server. (Which lets you reuse existing JS skills and code, and has all the usual benefits of JS (event driven programming, powerful lambdas, etc).

如何与营地合作?

一般说来,它不是使用购买力平价。

Java稿具有良好的活动方案编制模式,因为它具有吸引力。 这使服务器的编码变得巨大。

First event driven model is great for large requests to be taken care of. In a typical Apache server, every client request spawns off a new thread. So your server is generated large number of threads for requests EVEN if some threads are just sitting idle waiting for some taks. This is surely not ideal.

有了由活动驱动的方案拟订工作,你可以登记活动,一旦从数据库中恢复成果,就会发出活动呼吁。 闲置时间较少, footprint足足迹最小。 (注:它不是非同步方案规划的一种选择,它具有自己的优势。)

是的,它使用PHPINSTEAD。

我要说的是,使用服务器-侧 j印(这不仅适用于实验室,而且适用于任何其他服务器-边语言——例如 Java)的一个主要好处是,它使你能够定制执行你的某些方面。 因此,你可以正常执行,但可以在法典中提供一些“空白”,使 Java成文法得以执行,并改变某些可能引发不同执行途径的价值观/想法。 这是因为,如果非技术人员不实际需要为其撰写服务机方代码,而只是使用 Java文等“简单”语言,那么你就能够适应自己应用的某些方面。

你们可以利用阿帕帕奇·2.4活动奖状和茶叶奖,建立类似于你阿帕奇/莫德-营地的建筑。 见

我在此不提的两种好处是提高业绩(五八编成法典)和保持能力(在客户和服务器方面使用相同的语言)





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签