R
Richard.Kelters
Guest
I've succefully started two brokers for one database. The 4GL clients connect shared memory and one sql user connects through a firewall for which port 6010 and 6011 are opened. Because the 4GL client connect shared memory is it necessary to start the 4GL broker with -H and -S? Is it correct that the -B -Mn and -n only need to be set on the primary broker? Here's my startup script: proserve db -H localhost -S 6000 -ServerType 4GL -minport 6001 -maxport 6003 -Mpb 3 -Ma 3 -Mn 5 -B 70000 -n 50 proserve db -H localhost -S 6010 -ServerType SQL -minport 6011 -maxport 6011 -Mpb 1 -Ma 3 -m3 Richard
Continue reading...
Continue reading...