Results 1 to 5 of 5

Hybrid View

  1. #1
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi Victor,

    You've probably reached the limit of connection pool (to the same host) that the environment of your client allow.
    As a general rule, if in the second attempt you create a new object, then yes, you have to close the connection on the previous one in order to avoid to burst the connection pool.
    Alternatively, you can arrange your code to reuse the same object each time.

  2. #2
    Hmm..I see. Thank you for the information, Corti.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 08:42 AM.