我应该使用异步任务处理大量的并发操作?
Should I use async or Task to handle a lot of concurrent operations?
如果您有很多短期的异步任务,可以考虑使用它。
Consider using it if you have a bunch of short asynchronous tasks.
每一个复杂任务都是异步执行的,它们都会使用同步策略来调用数据聚集任务。
Each orchestration task is invoked asynchronously and each of them calls data aggregation tasks using synchronous strategy.
PDF也提供了嵌入的智能以便能够通过使用现有应用程序中的数据来预装表单,并且能够基于用户的输入触发异步的任务。
PDF also offers built-in intelligence so that forms can be pre-populated using data in existing applications, and can then trigger asynchronous tasks based on user input.
相比之下,OSGi应用程序和OSGi运行时使用一组松耦合的协作捆绑包,且通常异步完成其各自的任务。
In contrast, OSGi applications and OSGi runtimes use a set of loosely-coupled collaborating bundles, and usually accomplish their respective tasks asynchronously.
对可以在后台运行的任务,考虑使用Spring的异步任务执行器来减少用户等待时间。
Consider exploiting Spring's asynchronous task executors to reduce user wait time for tasks that can be run in the background.
当使用了异步调用,而调用的任务需要查找所调用任务在特定位置生成的输出才能够继续后续操作时,这种方法是特别重要的。
This is especially important when asynchronous invocation is used where the calling task has to look for the output of the called task appearing at a particular location to continue further.
本文在设计和实现DAEHF的过程中研究使用了设计复用、线程池、异步事件处理、任务自动部署等关键技术。
During the design and implementation of DAEHF, this paper studies and USES such key technologies as design reuse, thread pool, asynchronous event handling, task automation deployment.
本文在设计和实现DAEHF的过程中研究使用了设计复用、线程池、异步事件处理、任务自动部署等关键技术。
During the design and implementation of DAEHF, this paper studies and USES such key technologies as design reuse, thread pool, asynchronous event handling, task automation deployment.
应用推荐