This is a discussion on Problems with Shared Memory within the Informix forums, part of the Database Server Software category; --> I have problems with Shared Memory. Only 5 or 6 users can login at the same time at database ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have problems with Shared Memory. Only 5 or 6 users can login at the same time at database using shared memory INFORMIXSERVER. All run ok changing them to tcp... but they are running a 4gl app and I want them throw INFORMIXSERVER shm. I check the sqlhosts and NETTYPE and I think all it's ok (anyway I post them here). Sqlhosts ids_dc onipcshm districn ids_dc_shm ids_dc_net onsoctcp districn s_ids_dc Onconfig DBSERVERNAME ids_dc # Name of default database server DBSERVERALIASES ids_dc_net # List of alternate dbservernames NETTYPE ipcshm,1,50,NET # Configure poll thread(s) for nettype NETTYPE soctcp,1,60,CPU # Configure poll thread(s) for nettype What can I do???? TIA sending to informix-list |
| |||
| Diego Morales wrote: > > > I have problems with Shared Memory. Only 5 or 6 users can login at the > same time at database using shared memory INFORMIXSERVER. All run ok > changing them to tcp... but they are running a 4gl app and I want them > throw INFORMIXSERVER shm. > > I check the sqlhosts and NETTYPE and I think all it's ok (anyway I post > them here). > > Sqlhosts > ids_dc onipcshm districn ids_dc_shm > ids_dc_net onsoctcp districn s_ids_dc > > Onconfig > DBSERVERNAME ids_dc # Name of default database server > DBSERVERALIASES ids_dc_net # List of alternate dbservernames > NETTYPE ipcshm,1,50,NET # Configure poll thread(s) for nettype > NETTYPE soctcp,1,60,CPU # Configure poll thread(s) for nettype > > What can I do???? How many CLEANERS have you got? -- "C'est pas parce qu'on n'a rien à dire qu'il faut fermer sa gueule" - Coluche |
| ||||
| On Fri, 12 Sep 2003 13:38:19 +0200, "Diego Morales" <dmorales@districenter.es> wrote: > > > I have problems with Shared Memory. Only 5 or 6 users can login at the same >time at database using shared memory INFORMIXSERVER. All run ok changing >them to tcp... but they are running a 4gl app and I want them throw >INFORMIXSERVER shm. > > I check the sqlhosts and NETTYPE and I think all it's ok (anyway I post >them here). > >Sqlhosts >ids_dc onipcshm districn ids_dc_shm >ids_dc_net onsoctcp districn s_ids_dc > >Onconfig >DBSERVERNAME ids_dc # Name of default database server >DBSERVERALIASES ids_dc_net # List of alternate dbservernames >NETTYPE ipcshm,1,50,NET # Configure poll thread(s) for nettype >NETTYPE soctcp,1,60,CPU # Configure poll thread(s) for nettype > > What can I do???? > Does some kind of error return from your application? |