开发者

Allow from a webpage and get immediate response

开发者 https://www.devze.com 2023-04-11 00:30 出处:网络
I am new in J2EE. Can anyone tell me: What is one way to allow from a web page to start a long running server process but get an immediate response back?

I am new in J2EE. Can anyone tell me:

  1. What is one way to allow from a web page to start a long running server process but get an immediate response back?
  2. Why are HTML checkboxes sometimes problematic for managing true/false val开发者_C百科ues via form submissions?

Thanks in advance


1) It's called comet. This takes considerable resources because of the number of connections the server must keep open. This also sticks users to one server.

2) Programmer error.

0

精彩评论

暂无评论...
验证码 换一张
取 消