Tagged Questions
The warm-up tag has no wiki summary.
5
votes
3answers
118 views
same code, same input, sometimes running fast, sometimes slow, why?
I wrote some java classes, to evaluate/demo different Sorting algorithms. However I got confused when I run my demo class. Hope you guys can give me an explanation. (this question is NOT a homework.)
...
4
votes
2answers
218 views
Preload ASP.NET MVC views in IIS warmup step
I recently began playing around with the ability of IIS to apply a warmup step step to my web application through use of the IProcessHostPreloadClient interface (look here for for guidance on how to ...
3
votes
2answers
432 views
How to warm up an ASP.NET MVC application on IIS 7.5?
We would like to warm up an ASP.NET MVC application hosted on IIS 7.5 server. The warm up module that used to be available at http://forums.iis.net/t/1176740.aspx has been removed since sometime.
The ...
3
votes
3answers
129 views
What really is to “warm up” threads on multithreading processing?
A very direct question this time (I hope).
I'm not an experienced programmer and have learned it by myself, so I may lack some concepts.
I'm dealing with multithreading in Java and, as someone ...
3
votes
1answer
1k views
What is a Warm-Up Cache?
I am working with some multicore simulatores such as, GEMS or M5. And in all of them there is an option for Warm Up the cache. Can anyone please tell what does that term mean?.
2
votes
0answers
96 views
What are “IIS simulated HTTP requests”?
Does anybody know where I can find details about the IIS simulated HTTP requests feature identified at System.Web.Hosting.IProcessHostPreloadClient ?
I'm trying to do the "usual" ASP.NET site warmup ...
1
vote
2answers
1k views
How to preload tables into INNODB buffer pool with MySQL?
I have an e-commerce application that uses MySQL, and I'd like it to be faster. When a part # is accessed on the website that has been accessed before, the part loads quickly because all the necessary ...
0
votes
3answers
194 views
Speed-up MySQL InnoDB queries in a PHP application
I've got some problems with the following code in my PHP/MySQL application.
It works well and takes about 3-4 seconds, but first execution (per session) takes about 2 minutes. I think because there's ...
0
votes
2answers
166 views
Keeping ASP.NET4.0 page warm on shared hosting
I have a (yet) rarely visited page deployed on a shared hosting environment. Currently, I get very low number of visitors, like 1 visitor/day.
It looks like that IIS 7.0 "drops" my site after being ...
0
votes
2answers
319 views
How do I confirm whether Application Warm-Up plugin works?
I have a web application that's consuming a WCF service. Both are slow on warmup after IIS reset or app pool recycle. So, as a possiible solution I installed Application Warm-Up for IIS 7.5 and set it ...
0
votes
1answer
178 views
the performance effects of publishing code to azure
Ok, this is a pretty unscientific question. Sorry in advance. Any of you using windows azure (and preferably SQL Azure database) seeing really random performance issues after you publish (or upgrade) ...
0
votes
1answer
183 views
Do external references slow down my ASP.NET application? (VS: Add Reference dialog)
I've noticed as my website gets bigger and bigger, the time my laptop takes to display my page is much longer then say a new projects with minimal references.
I think there are two variables at play ...