Does TUniQuery support simultaneous Requests
Posted: Tue 04 Mar 2014 03:11
i want to ask this question ( as it's so important at least for me ) :
I use a TUniQuery component in my project with a PostgreSQL Database , so let's suppose this : there are 10 users trying to Register or Logging at the same time , will the TUniQuery handle all these 10 simultaneous ( Register or logging ) Requests at the same time ? or what will happen please .
I read about using the Pooling Property , will this property be useful so that the my Query can handle simultaneous Requests or should i consider adding other option .
PS : i'm not using a thread to handle my requests i only use a DataModule and i create a TUniQuery on runtime for each Request .
many thanks
I use a TUniQuery component in my project with a PostgreSQL Database , so let's suppose this : there are 10 users trying to Register or Logging at the same time , will the TUniQuery handle all these 10 simultaneous ( Register or logging ) Requests at the same time ? or what will happen please .
I read about using the Pooling Property , will this property be useful so that the my Query can handle simultaneous Requests or should i consider adding other option .
PS : i'm not using a thread to handle my requests i only use a DataModule and i create a TUniQuery on runtime for each Request .
many thanks