Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 185721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:31:13+00:00 2026-05-11T15:31:13+00:00

I have a manager that holds connections to the server. I keep the connection

  • 0

I have a manager that holds connections to the server. I keep the connection alive and i want my threads to request connections when it needs. My question is

How do i have track objects automatically? I would like it to work similar to scoped pointer. I request a connection, then when my obj goes out of scope it tells the manager it is not in use anymore. I wont be passing it around as a pointer. I’ll be doing something like

{ Obj = Man.GetObj(); //some loop     Obj.DoSomething() } //auto tell man that obj is no longer in use 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T15:31:14+00:00Added an answer on May 11, 2026 at 3:31 pm

    You could create your own wrapper object and implements IDisposable. In the Dispose() method, signal the manager that you’re no longer in use. You can then have your statement like…

    using(Obj obj = Man.GetObj()) {     Obj.DoSomething(); } 

    The using block automatically calls the Dispose() method at the close of the scope.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a singleton class called Manager that holds a list of object instances:
I have a table that holds project manager and project director employee id's e.g
I have a texture manager that I am running as singleton, and wish to
I have event manager process that dispatches events to subscribers (e.g. http_session_created, http_sesssion_destroyed). If
For our CMS we have a site manager that defines the site's tree structure
I have been given the task of devising a custom forms manager that has
I have a download manager of sorts that uses WebClient.DownloadFileAsync. Webclient doesn't seem to
I have a function that will allow me to edit the manager property of
I have a number of simple controller classes that use Doctrine's entity manager to
In my game I have a concept of resource manager, a class that stores

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.