Last change
on this file since 13345 was
12691,
checked in by dglaser, 9 years ago
|
#2388:
HeuristicLab.Services.Access:
HeuristicLab.Services.Access.DataAccess:
- Changed connection strings and certificates for local usage
HeuristicLab.Services.Hive.DataAccess:
- Added compiled queries for frequently used queries
- Integrated string queries from OptimizedHiveDao
HeuristicLab.Services.Hive:
- Added NewHeartbeatManager.cs
- Added NewRoundRobinTaskScheduler.cs
- Added PerformanceLogger
- Updated AuthoriziationManager
- Updated NewHiveService
- Added Regions
- Implemented missing methods
- Improved performance of several queries
HeuristicLab.Services.WebApp.Status:
- Fixed a bug which caused an error when calculating the average waiting time.
|
File size:
808 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | </configSections>
|
---|
5 | <connectionStrings>
|
---|
6 | <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True" providerName="System.Data.SqlClient"/>
|
---|
7 | <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Authentication;Integrated Security=SSPI" providerName="System.Data.SqlClient"/>
|
---|
8 | </connectionStrings>
|
---|
9 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.