Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     System.Threading.ThreadPool.SetMaxThreads(60, 60);
     System.Threading.ThreadPool.SetMinThreads(40, 40);
     ECServer.Open();
     System.Threading.Thread.Sleep(-1);
 }
Ejemplo n.º 3
0
 static void Main(string[] args)
 {
     ECServer.Open();
     Thread.Sleep(-1);
 }
Ejemplo n.º 4
0
 static void Main(string[] args)
 {
     ECServer.Open();
     System.Threading.Thread.Sleep(-1);
 }