"ISHAN CHHANGANI ." writes:
> I am working on a project which requires me to create a background worker.
> This worker checks some array(shared memory) every second and then connects
> to the database mentioned within the array. That is I want to connect to
> different databases using the same
I am working on a project which requires me to create a background worker. This
worker checks some array(shared memory) every second and then connects to the
database mentioned within the array. That is I want to connect to different
databases using the same background worker without killing it.