 1.6 resource scheduling & container technology for financial service_yujunGopher  China  2015  Resource  Scheduling  &  Container  Technology  for  Financial  Service  动态资源管理和容器技术  在金融行业的架构探索和明天  余军  Gopher  China  2015  Gopher  China  2015  是Max-Min算法从 所有任务的最小完成时间中选取一个最大值,然后进行相应任务。主机映射,之后重复此过程直至待调度任务集合 为空。  ⑥ 轮询调度(Round  Robin  Scheduling)算法就是以轮询的方式依次将请求调度不同的服务器,即每次调度执行i  =  (i  +  1)  mod  n,并选出第i台服务器。轮叫调度算法假设所有服务器处理性能均相同,不管服务器的当前连接数和响0 码力 | 21 页 | 27.20 MB | 1 年前3 1.6 resource scheduling & container technology for financial service_yujunGopher  China  2015  Resource  Scheduling  &  Container  Technology  for  Financial  Service  动态资源管理和容器技术  在金融行业的架构探索和明天  余军  Gopher  China  2015  Gopher  China  2015  是Max-Min算法从 所有任务的最小完成时间中选取一个最大值,然后进行相应任务。主机映射,之后重复此过程直至待调度任务集合 为空。  ⑥ 轮询调度(Round  Robin  Scheduling)算法就是以轮询的方式依次将请求调度不同的服务器,即每次调度执行i  =  (i  +  1)  mod  n,并选出第i台服务器。轮叫调度算法假设所有服务器处理性能均相同,不管服务器的当前连接数和响0 码力 | 21 页 | 27.20 MB | 1 年前3
 Just-in-Time Compilation - J F Bastien - CppCon 2020structure dynamically to optimize a program’s data-access patterns— and a dynamic version of trace scheduling, which optimizes based on information about a program’s control flow during execution. The continuous there’s so much more that could theoretically be done if we could figure out ABI concerns. Trace scheduling reorders code based on what’s likely / unlikely, and can inline based on this. This therefore instructions use this result?” * “What is the control flow that leads here?”— 2006 Design of the Java HotSpot Client Compiler for Java 6 The paper talks about many interesting aspects of a JiT, referring back0 码力 | 111 页 | 3.98 MB | 6 月前3 Just-in-Time Compilation - J F Bastien - CppCon 2020structure dynamically to optimize a program’s data-access patterns— and a dynamic version of trace scheduling, which optimizes based on information about a program’s control flow during execution. The continuous there’s so much more that could theoretically be done if we could figure out ABI concerns. Trace scheduling reorders code based on what’s likely / unlikely, and can inline based on this. This therefore instructions use this result?” * “What is the control flow that leads here?”— 2006 Design of the Java HotSpot Client Compiler for Java 6 The paper talks about many interesting aspects of a JiT, referring back0 码力 | 111 页 | 3.98 MB | 6 月前3
 Spring Boot 2.6.0-m2 Reference Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 7.8. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 Task Execution and Scheduling Metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . section: • Caching: Caching support EhCache, Hazelcast, Infinispan and more • Quartz: Quartz Scheduling • Mail: Sending Email • Validation: JSR-303 Validation • REST Clients: Calling REST Services0 码力 | 708 页 | 13.90 MB | 1 年前3 Spring Boot 2.6.0-m2 Reference Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 7.8. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 Task Execution and Scheduling Metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . section: • Caching: Caching support EhCache, Hazelcast, Infinispan and more • Quartz: Quartz Scheduling • Mail: Sending Email • Validation: JSR-303 Validation • REST Clients: Calling REST Services0 码力 | 708 页 | 13.90 MB | 1 年前3
 Spring Boot 2.5.3 Reference Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 692 页 | 13.67 MB | 1 年前3 Spring Boot 2.5.3 Reference Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 692 页 | 13.67 MB | 1 年前3
 Spring Boot 2.5.10 Reference Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 695 页 | 13.72 MB | 1 年前3 Spring Boot 2.5.10 Reference Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 695 页 | 13.72 MB | 1 年前3
 Spring Boot 2.5.5 Reference Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 692 页 | 13.68 MB | 1 年前3 Spring Boot 2.5.5 Reference Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 692 页 | 13.68 MB | 1 年前3
 Spring Boot 2.5.12 Reference Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 702 页 | 13.82 MB | 1 年前3 Spring Boot 2.5.12 Reference Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 702 页 | 13.82 MB | 1 年前3
 Spring Boot 2.5.6 Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 693 页 | 13.68 MB | 1 年前3 Spring Boot 2.5.6 Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 7.22. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 11 $ mvn -v Apache Maven 3.5.4 (1edded0938 quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.scheduling.quartz.QuartzJobBean; public class MySampleJob extends QuartzJobBean { private MyService0 码力 | 693 页 | 13.68 MB | 1 年前3
 Spring Boot 2.6.6 Reference Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 7.7. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 364 Task Execution and Scheduling Metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . sections: • Caching: Caching support EhCache, Hazelcast, Infinispan and more • Quartz: Quartz Scheduling • Mail: Sending Email • Validation: JSR-303 Validation • REST Clients: Calling REST Services0 码力 | 723 页 | 14.18 MB | 1 年前3 Spring Boot 2.6.6 Reference Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 7.7. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 364 Task Execution and Scheduling Metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . sections: • Caching: Caching support EhCache, Hazelcast, Infinispan and more • Quartz: Quartz Scheduling • Mail: Sending Email • Validation: JSR-303 Validation • REST Clients: Calling REST Services0 码力 | 723 页 | 14.18 MB | 1 年前3
 Spring Boot 2.6.4 Reference Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111 7.7. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359 Task Execution and Scheduling Metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . sections: • Caching: Caching support EhCache, Hazelcast, Infinispan and more • Quartz: Quartz Scheduling • Mail: Sending Email • Validation: JSR-303 Validation • REST Clients: Calling REST Services0 码力 | 714 页 | 14.07 MB | 1 年前3 Spring Boot 2.6.4 Reference Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111 7.7. Task Execution and Scheduling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359 Task Execution and Scheduling Metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . sections: • Caching: Caching support EhCache, Hazelcast, Infinispan and more • Quartz: Quartz Scheduling • Mail: Sending Email • Validation: JSR-303 Validation • REST Clients: Calling REST Services0 码力 | 714 页 | 14.07 MB | 1 年前3
共 767 条
- 1
- 2
- 3
- 4
- 5
- 6
- 77














 
  
 