예제 #1
0
 static void Main(string[] args)
 {
     DBContext.SetConnectionDriver <SqliteDriver>(DB.DB1);
     DBContext.SetConnectionString(DB.DB1, "Data Source=northwindEF.db;Pooling=true;FailIfMissing=false;");
     ECServer.Open();
     System.Threading.Thread.Sleep(-1);
 }
예제 #2
0
파일: Program.cs 프로젝트: zhyzhy782/ec
 static void Main(string[] args)
 {
     System.Threading.ThreadPool.SetMaxThreads(60, 60);
     System.Threading.ThreadPool.SetMinThreads(40, 40);
     ECServer.Open();
     System.Threading.Thread.Sleep(-1);
 }
예제 #3
0
 static void Main(string[] args)
 {
     ECServer.Open();
     Thread.Sleep(-1);
 }
예제 #4
0
파일: Program.cs 프로젝트: zhyzhy782/ec
 static void Main(string[] args)
 {
     ECServer.Open();
     System.Threading.Thread.Sleep(-1);
 }