My solution is Silverlight which uses WCF RIA service SP1 and Entity Framework 4. I have a problem with loading large size data.
When I push files to the server, then after 60 seconds i get \"urlopen error [Errno 10054]\". I think it\'s because i push large files.
UPDATE See the bottom for the solution. I\'m trying to download reports in my ASP.Net MVC app in a loop.The first two always succeed, and the third always fails.It doesn\'t matter what order I run
I have a server process that has to execute a lot of database queries, it uses TPL to run stuff in parallel. It has been working fine for all of this year, until today when it crashed twice in a 30 mi
at one of my project, i store a temporary data in database with a s开发者_开发知识库essionId, and i\'ve to delete them if its sessionId is not in use, is there a simple way to check if session id is i
Is there a way to specify a timeout for the whole execution of HttpClient? I h开发者_StackOverflow中文版ave tried the following:
I am reading a remote file(xml) that is rendered by a webserver on the fly.Sometimes the webserver takes tim开发者_运维百科e to render the remote file.
I\'m using Fedora 14 and httpd timeout a lot. Is there a log or something that tell me how many connnection开发者_如何学运维s to httpd and mysqld every second/minutes...etc
I use file descriptors to find the readable sockets and go on to read. For some reasons, a socket that has no data on the wire, goes on to read and never returns. Is there a way I can come out of the
I have the following issue: - A java web application that generate Voice XML - based on struts - deployed on IBM WebSphere AS (WAS v.7.0.0.7).