非流水线的回应 [英] non-pipelining of responses

查看:77
本文介绍了非流水线的回应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个网络应用程序......(比如说父母)

在那个应用程序中,我通过另一个窗口中的JavaScript window.open方法打开一个网页..(比如说孩子)。

在那个(子)窗口中,我搜索数据库中的数据..通过数据库获取数据需要两分钟。
如果我试图获得
的平均时间工作在(父)窗口...请求被流水线....只有当我在子窗口得到响应时,只有我父窗口的请求被流水线化。



我该怎么办...?..

多线程或代表或任何其他...

帮助我。

欢迎提出任何建议/澄清

I am having a web application...(say parent)
In that application i open one of the web page through JavaScript window.open method in another window..(say child).
In that(child) window i search for a data in database ..it takes two minutes to get that data through database.
in the mean time if i try to work on the (parent) window...the requests get pipelined ....only when i get the response on the child window then only my request from parent window gets pipelined.

What should i do..?..
multithreading or delegates or any other...
help me out.
any suggestions/clarifications are welcomed

推荐答案

流水线是什么意思?



无论如何,如果父页面取决于弹出窗口上发生的事情,您可以将其设置为模态对话框,以便用户无法访问其他页面,直到弹出操作完成。
What do you mean by pipelined?

Anyways, if the parent page is dependent on what is happening on the pop up, you can make it modal dialog so that users cannot access the other page till operation is completed on pop up.


这篇关于非流水线的回应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆