Zidan Wang
Zidan Wang
在大并发的情况下,Socket的同步接收数据会消耗过多的CPU时间,是否能用异步解决这个问题? 
提议,添加一个配置项,以便在创建代理类时可执行一些自定义操作,如: ``` csharp services.ConfigureDynamicProxy({ c=>c.Interceptors.AddServiced( m=>m.DeclaringType.Name.EndsWith("AppService")); c.OnGenerateProxy(context=>context.TypeBuilder.SetCustomAttribute( CustomAttributeBuildeUtils.DefineCustomAttribute(typeof(DynamicallyAttribute));); [NonAspect] public interface IAspectConfiguration { AspectValidationHandlerCollection ValidationHandlers { get; } InterceptorCollection Interceptors { get; } NonAspectPredicateCollection NonAspectPredicates { get; } bool ThrowAspectException...
The base table and the tracing table use different character sets for the primary key, which greatly reduces the query performance. eg: The base table DDL: ```sql CREATE TABLE `ezreportdevicecheckresult`...