Howdy,
When doing a lot of database reads and writes to different machines (taking data from one and putting onto another through intermediary), I eventually get an error where the port I'm connecting to is above 5000. When I do a netstat /na I can see that many connections are in TIME_WAIT state. I've tried manually closing these and there is not difference. Any ideas? The connection objects are going out of scope? Should I manually garbage collect?
thanks
When doing a lot of database reads and writes to different machines (taking data from one and putting onto another through intermediary), I eventually get an error where the port I'm connecting to is above 5000. When I do a netstat /na I can see that many connections are in TIME_WAIT state. I've tried manually closing these and there is not difference. Any ideas? The connection objects are going out of scope? Should I manually garbage collect?
thanks