| Thread | Last Post | Replies |
|
| ASP.NET High memory usage | 08 Sep 2005 04:48 GMT | 1 |
We have a web application based on DotNetNuke 2.x. 1. We host several portals (sites) 2. Some relatively big clients have their own application pool and they have a lot of hits (in average between 7K - 21K per day). (1600 per hour)
|
| Seeking advice on transferring a file via WebMethod | 07 Sep 2005 03:26 GMT | 18 |
Up to this point, our application has been using Windows File Sharing to transfer files to and from our application document repository. This approach does not lend itself toward a secure environment and so we are in the process of imposing a WebService gateway between our ...
|
| Performance of string deserialisation | 06 Sep 2005 17:27 GMT | 6 |
I have an application that performs custom deserialisation of object state from byte arrays. This happens very regularly, so needs to be fast. In addition, most of the strings repeat, meaning I'm deserialising the same sequence of bytes repeatedly, giving the same output string ...
|
| StreamReader->regex->Win32 api marshalling | 02 Sep 2005 15:44 GMT | 11 |
I've written a C# .Net console app that reads massive (upto 2Gb) text files of csv data using a StreamReader with UTF7 in configurable-size char[] blocks, parses the read data using the .Net regex facilities and re-formats it before sending it to a Managed C++ .Net dll that wraps ...
|
| C++.NET & message loop | 01 Sep 2005 13:27 GMT | 2 |
I am updating an existing managed C++ application that uses a timer to refresh an OpenGL window. I would like to improve performance by updating the OpenGL window inside of the message loop, as would be done in a game, but have not been able to find a way to access the message ...
|