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 6590023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:14:54+00:00 2026-05-25T17:14:54+00:00

For long running applications in the browser using a toolkit such as dojo, I

  • 0

For long running applications in the browser using a toolkit such as dojo, I hear the point over and over again that dangling references must be avoided. But each language/framework has its own idiosyncrasies when it comes to memory management.

How can I avoid dangling references when building an app in dojo? I’m thinking of rules along the lines of “alloc” in iOS: how to use, and how to clean up after yourself when done.

  • 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. Editorial Team
    Editorial Team
    2026-05-25T17:14:55+00:00Added an answer on May 25, 2026 at 5:14 pm

    I think the biggest thing which comes to dojo is that you should remember to disconnect any events you connect.

    There’s a simple pattern to this, for example in a custom dijit:

    //connecting some events
    this._events = [
        dojo.connect(...),
        dojo.connect(...)
    ];
    

    Now, it’s very straightforward to disconnect:

    dojo.forEach(this._events, dojo.disconnect, dojo);
    

    The same pattern applies when using this.connect in a dijit.

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

Sidebar

Related Questions

I have a bunch of long-running scripts and applications that are storing output results
I have a web application that needs to fire off a long-running SQL Server
I want the log to roll over as long as the application is running,
I have a long running SQL statement that I want to run, and no
I have a long running process in VB6 that I want to finish before
There is a long running habit here where I work that the connection string
We have an ASP.NET application that queues some of its long-running operations (generating reports,
I've got two applications running on two different machines that communicate by sending Serializable
I would like to have some long-running server applications periodically output general GC performance
I'm in the process of writing a library that deals with long-running tasks like

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.