In our application we use sockets to address a Universe database. The sockets are all owned by one user. We have the number of processes per user set high so as to allow these sockets to be kicked off by one user. Up until we get 50 processes accessing the database everything is fine. Above 50 and the performance starts to really begin to bog down. It appears to be I/O that is causing the problem. Anyone know of any parameters that might be tweaked to allow the processes to get needed resources once the seemingly 50 process limit is reached?