コード例 #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);
 }