Top "Recycle" questions

Is it needed to call Bitmap.recycle() after used (in Android)?

According to Android Reference Document of Bitmap.recycle(): Free the native object associated with this bitmap, and clear the reference …

android bitmap recycle
Stop IIS 7.5 Application Pool Recycling

How do stop application pools from recycling in IIS 7.5? I have configured the following settings: ProcessModel -> Idle Time-out (…

iis iis-7.5 application-pool recycle
Android ListView updating of Image Thumbnails using AsyncTask Causes View recycling

I have been trying to get thumbnails to work with an AsyncTask for image files in a ListView. I have …

android listview android-asynctask thumbnails recycle
IIS application pool recycling and "shutdown time limit" role in overlapping

When recycling happens, I want to move all new request to new w3wp (this is done automatically) and leave …

iis-7 application-pool recycle overlapping
IIS problem, web application

When I use the web application, the application logs me out. I think it might be an IIS recycle. EventViewer …

iis recycle
Drawable vs Single reusable Bitmap better with memory?

As I understand it (not that I'm correct) Drawables are generally correctly removed from memory when the application is finished …

android memory bitmap drawable recycle
RecyclerView does not Recycling Views when use it inside NestedScrollView

I'm using RecyclerView inside NestedScrollView. Also i set setNestedScrollingEnabled to false for recyclerview to support lower API ViewCompat.setNestedScrollingEnabled(mRecyclerView, …

android android-recyclerview nestedscrollview recycle
Does Windows 7 recycle process id (PID) numbers?

I have this little test program that tracks PID's as they are created and shut down. I am investigating a …

windows process pid recycle
Does a replacement for Gallery widget with View recycling exist?

The default Gallery widget on Android does not recycle views - everytime the view for a new position is called …

android view gallery out-of-memory recycle
Should I set ASP.NET application pool to auto-recycle?

I have a number of ASP.NET (4.0) web applications that appear to leak (a small amount) of memory during each …

asp.net iis-7 application-pool recycle