GustavoOliveira
Member
Hey guys,
I'm developing an Delphi API to internal requests at work. The api is hosted on a windows server that is not the same as the oracle database.
When I receive more than 10 simultaneous requests I have several problems with crashes and access violations reported.
I read something about Session's Connection Pool and ThreadSafe, but I couldn't put it into practice.
My question is whether DOA Session is capable of managing this type of task (Web Api)
I'm developing an Delphi API to internal requests at work. The api is hosted on a windows server that is not the same as the oracle database.
When I receive more than 10 simultaneous requests I have several problems with crashes and access violations reported.
I read something about Session's Connection Pool and ThreadSafe, but I couldn't put it into practice.
My question is whether DOA Session is capable of managing this type of task (Web Api)