Questions tagged [recycle]
338 questions
0
votes
1 answer
How to disable recycling for listView in android
I have a question about the ListView in android. I have added a list of 30 items which means that I need to scroll down. I use the adapter like below:

Andreas
- 1,121
- 4
- 17
- 34
0
votes
0 answers
IIS Recycling issue
I got an issue with IIS and recycle. I explain what we want, and what we did.
What We want:
we have an ASP.net WebSite, it executes a code in "Application_Start" which loads in memory a lot of data. It take few minutes. Then, we want to start the…

frederic langlois
- 25
- 3
0
votes
1 answer
Session expires using state server on application pool refresh
I have a .NET 1.1 application hosted on two different servers, but on one of them whenever the application pool is recycled, all sessions are dropped.
Both applications are using “StateServer” session mode and as far as I could tell, both servers…
Zeon
0
votes
1 answer
Parsing strings with punctuation, in uneven rows from a large list in r
My data contains a library of words I am trying to import. The difference with this questions is I am separating words and punctuation. My original file has about 1,000,000 rows. I figured out how to separate the punctuation. However, I figured out…

FrosyFeet456
- 349
- 2
- 12
0
votes
1 answer
Recycling methods that need certain objects in Java
I was just wondering if there exists any way to recycle a method in Java that is repeated in sibling classes because they need a specific object.
Let's see an example:
public void refreshSearch(){
try{
String search =…

Rubzet
- 189
- 1
- 2
- 15
0
votes
1 answer
How to Close a File During App Pool Recycle
I have an app running in its own app pool that writes often to a text log file. When the 29-hour fixed recycle hits, I usually run into problems because the new process is launched while the old process is still there. This causes "can't open the…

pjneary
- 1,136
- 6
- 8
0
votes
1 answer
A process serving application pool 'App pool' suffered a fatal communication error with the Windows Process Activation Service
I have asp.net web forms application. I deployed program to IIS server and program is working well but all of users' InProc session often die at same time.
I know that appliaction pool often is recycle. I instaled DebugDiagx64 program and add log…

Babək
- 23
- 1
- 9
0
votes
1 answer
Can DebugDiag be configured not to generate dumps for a scheduled IIS app pool recycle?
Our production application pools (IIS 8.0-8-5, .Net 4.5 integrated pipeline) are set to recycle daily, this is unlikely to change in the short term.
Is there a way to prevent a DebugDiag (2.2.0.14) creating a dump at this time and blowing out our…

Shaun
- 1,293
- 16
- 19
0
votes
1 answer
How can I recycle/reuse a layout (Android)?
I am trying to make something like in the image. I want to reuse the layout I created for TAB1.
(The info on each swipe will be fetched from a server).
I am unable to find any correct way of doing this.
What kind of view/adapter/swipeListener should…

ScriptKiddieOnAComputer
- 925
- 12
- 19
0
votes
2 answers
Web Application using WebSockets with SignalR crashes pool after exception or does it?
We have a complex web application that uses SignalR to communicate with clients sending them updates about video encoders. It sends them snapshots of camera images, status of recordings, schedule information of the record, etc every few seconds.
Now…

Paul Sinnema
- 2,534
- 2
- 20
- 33
0
votes
0 answers
Will android system recycle bitmap automatically even have references to the bitmap?
I implemented a custom widget that has a SparseArray which have a array of
bitmaps, when I scroll other UI widget frequently(scroll ListView quickly) make memory allocation frequently and become large, at this time I counter a
problem that I can…

Jishi Chen
- 634
- 7
- 17
0
votes
1 answer
Kivy- Assign variables with on selection Recycleview
I have a problem which may be quite python-ignorant rather than kivy problem.
I cant program kivy in python so I have KV file and py file.
I have modified Recycleview with SelectableLabel from kivy documentation. However, unlike all other widget,…

Martin
- 3,333
- 2
- 18
- 39
0
votes
1 answer
On recycle some applications get this error: Thread was being aborted
For some reason, after recycle, some applications keeps throwing the error below:
Thread was being aborted.
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly…

Lucas Roselli
- 2,810
- 1
- 15
- 18
0
votes
1 answer
When i click on the button (add order to cart) it work but when i try to open the cart, Android Studio gives an error
I believe the problem is either with the FButton or recycle view,not sure if i did everything right especially with the CartViewHolder,,,,, am kinda confused today, i have been fixing problems this app have been giving me all day long but this one…

Jallow
- 49
- 8
0
votes
1 answer
Generate Sequence of Every 3 Month Values
Question
How can I modify seq() to generate a list of 12 numeric vectors, each vector containing the months that appear every 3 months from the month of interest?
I require each month to have at least 3 values in each vector. I'm unsure how to…

Cristian E. Nuno
- 2,822
- 2
- 19
- 33