Restriction: This topic applies only when a Database Connectors license has been installed via the 
               		  Micro Focus License Management System. 
               		 
               	 
            
 
            	 
            This topic contains some questions and answers specific to 
               		Database Connectors for DB2. 
               	 
            
 
            	 
             
               		 
               		  
               -  On HP-UX platforms, which type of COBOL run time system - non-threaded or multi-threaded - should I use when connecting to
                  the database? 
                  		  
               
-  
                  			 You need to use the multi-threaded RTS, because DB2 is multi-threaded. If you use the non-threaded RTS, you will get a database
                  connection error, because HP-UX does not allow the mixing of multi-threaded and non-threaded code. 
                  		  
               
- On other UNIX/Linux platforms, you can use either run time system. 
                  		  
               
- I'm noticing some performance degradation when accessing my DB2 data source. What is the cause of this? 
                  		  
               
- You may notice some performance impact if you were previously accessing indexed files directly. This is because DB2 adds a
                  software layer between your applications and your data sources. In return for minor performance impact, you can reap the benefits
                  of database independence and enhanced portability. Overall performance depends on several factors, including your network
                  configuration and your specific data source.