After some time the following error page is shown. What can I do to prevent this? I have large numbers of users and the app uses Oracle 11g.Please suggest me pool size so can be extended default max
Does anyone know o开发者_运维知识库ut to output the memory usage of an application pool to a label on webpage? Sadly i don\'t have access to the server itself so i cannot go on to IIS directly. I\'m r
Noobie question... Using IIS7, I am trying to create a virtual directory for the folder that contains my video files, but can\'t get my head around how it is done.
I\'m using Northscale 1.0.0 and need a little help getting it to limp along for long enough to upgrade to the new version. I\'m using C# and ASP.NET to work with it using the Enyim libraries. I curren
I have a Tomcat installation where I suspect the thread pool may be decreasing over time due to threads not being properly released. I get an error in catalina.out when maxthreads is reached, but I wo
I\'m using ThreadPoolExecutor to make it easy to create threads to handle requests but now a requirement is to execute the requests in order. I was wondering if i can use the join method to make a thr
My application needs to comunicate with several external WCF services to satisfy requests from client applications. Being itself a WCF service, it must of course be able to process several simultaneou
import os import urllib import workerpool from datetime import datetime class DownloadJob(workerpool.Job):
So I\'ve been messing around with python\'s multiprocessing lib for the last few days and I really like the processing pool. It\'s easy to implement and I can visualize a lot of uses. I\'ve done a cou
I have an NSArray of UIImage. I wish to save it into disk using UIImagePNGRepresentation. The app show alertview and when clickedButtonAtIndex delegate method occurs I call in background the save met