Hi , I want to know if i can achieve this. Is there any way to specify time out for the addobject and borrow object methods?
What i am really looking is when i start the pool i am prefilling it with add object for this i can wait for more time to geth the pool initialized. The backned system i have takes more time to crate connections But at the time of borrow i cannot have the client wait for long time if no idle connection is available and the factory make object method might take more time to return object. So is there anyway i can tall factory method to wait for x time for add obkject and y time for borrow object calls
