D
dbeavon
Guest
>> Think you have something dynamic in your activate procedure by parsing the database parameters. There were KB articles about detecting database connectivity problems on-the-fly, eg in the connect procedures and such. That seems like a very poor strategy and causes performance overhead and clutter in the code, and it must be sprinkled around in a lot of places. In my opinion whenever the openedge.properties for my ABL application specifies a client-connection on the database, then that is a declaration of a dependency. PASOE could/should provide more assistance to ensure that sessions are trimmed in a well-defined way as soon as the dependency on the database is missing.
Continue reading...
Continue reading...