Hi Wolfgang,
Little to do with the configuration you are trying to achieve has anything to do with OTMS per se. Mostly this will come down to your IIS configuration, SQL connection string and NIC setup. I can assist with the configuration of above if you are sure you want to go this way. I should mention, however, that considering the bandwidth available on even a modest NIC these days I would be highly sceptical that NIC throughput is causing your performance issue. 99% of the performance issues we see are down to RD-Execute/Pre-Execute/DB Indexing/Render Tag use. I would put the majority into the X-Execute bucket. DB Indexing generals comes in with particularly large projects (or multiple Variants/Languages). Regards the problem outlined, CMS connections use a normal SQL connection string. You can alter the strings in the RDServer.ini that connect to IoApplication and IoAdministration. Beyond that, you will need to check how which IPs the server names are resolving to and which NICs are bound to those IPs. Then check the routing tables. I don't know what your PHP scripts are doing, but connecting to RQL isn't the same as the server connecting to the database in the context of a project (note logging in via RQL uses the IoAdministration DB and not the project DB until you set the project context). Not sure if I've helped at all. PM me if you don't want to expose too much detail here. Rgds, Richard. From: [email protected] [mailto:[email protected]] On Behalf Of Wolfgang Roiter Sent: Monday, 1 July 2013 5:22 PM To: [email protected] Subject: Dedicated network interface for database connection Hi everyone, is anyone out there who is experienced with using a dedicated network interface for the database connection within Management Server 11? The main idea behind that is to have a "frontend" network interface for editorial work, as well as a separate, exclusive "backend" network interface for the database connection. We hope to improve the Management Server performance by splitting the network traffic. We have set up this configuration for a client, but since switching the network route to the new interface, the CMS is no longer able to connect to the database. The strange thing about that is, that connections to the CMS database still work when using PHP scripts. Any ideas about what we're doing wrong? Many thanks and kindest regards, Wolfgang -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]> . To post to this group, send email to [email protected] <mailto:[email protected]> . Visit this group at http://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/groups/opt_out.
