| Thread | Last Post | Replies |
|
| Multithreaded File Writes | 13 Jul 2004 00:59 GMT | 6 |
I have a system (written in C#) which writes out a large number of small textfiles. (300,000+) Performance is an issue here, during the actual writing of the files stage of the application the processor runs at approx 20% and there is not
|
| How to set up Server GC? | 12 Jul 2004 18:52 GMT | 2 |
I have a .NET server application (GUI interface in C#). It has been working well until I have to load almost 1GB data into the memory recently. I am running Win2k Server with 2GB RAM and dual processor with hyperthreading. The problem is the data will be loaded fine during the ...
|
| Performance of .Net applications on WAN | 12 Jul 2004 16:37 GMT | 1 |
Are there any reports or benchmarks for the performance of .net based web applications (with Oracle as back-end) on a WAN? Please pass on the information as it is critical for my project to get started.
|
| PHP and ASP.NET go HEAD to HEAD | 10 Jul 2004 22:45 GMT | 13 |
PHP and ASP.NET Go Head-to-Head By Sean Hull http://otn.oracle.com/pub/articles/hull_asp.html SUMMARY at the BOTTOM
|
| HERE WE GO AGAIN, Visual Web Developer 2005 Express SCREWS UP YOUR CODE on PURPOSE...STOP TOUCHING MY CODE, MICROSOFT!!!! | 09 Jul 2004 05:53 GMT | 8 |
DEAR MICROSOFT: STOP TOUCHING MY CODE!!!!!! Stop ADDING these attributes to my tags meta:resourcekey="LiteralResource3"
|
| Loading records from dbf file into Data Grid | 09 Jul 2004 03:35 GMT | 6 |
Hello. I am attempting to load a large xBase (dbf) file into a data grid using Ole DB in a Vb.Net application. The dbf file has about 70k records in it. Retrieving this data takes forever. Can anyone provide any pointers that would speed the access/loading of this file. I am ...
|
| Why is BinaryWriter.Write7BitEncodedInt a protected method? | 07 Jul 2004 23:58 GMT | 5 |
Why is the BinaryWriter.Write7BitEncodedInt a protected method? I wish to use this functionality out of the box, yet I must override the BinaryWriter class to do so, just curious why Microsoft? Thanks in advance.
|
| 2GB virtual memory for each process? | 07 Jul 2004 07:44 GMT | 1 |
for my image processing application I need a large amount of virtual memory. I read, that it is normaly possible to get 2GB of virtual memory for each process and when you modify the boot.ini file it should be possible to get 3GB vitual memory for one process.
|
| ASP.NET Session Management | 02 Jul 2004 20:14 GMT | 1 |
I was reading Perforance and Scalability Guide and reading Session State Management section. It says use SQL Server when using Web farm . No where are the metrics and the Why's are msiisng.
|