Search found 9 matches

by mokie
Wed Sep 22, 2010 1:55 pm
Forum: NetBurner Software
Topic: NetBurner TCP active connection limitation?
Replies: 1
Views: 2227

NetBurner TCP active connection limitation?

I'm using a MOD5282 and am establishing many TCP connections (specifially in using FTPGetList, FTPGetFileNames, FTPGetFile, FTPSendFile) at once (over 255). Once it gets to the 255th TCP connection, FTPGetCommandResult will error out and say the socket is already in use since the previous 255 active...
by mokie
Tue Sep 14, 2010 7:24 am
Forum: NetBurner Software
Topic: TCP TIME_WAIT state
Replies: 5
Views: 4035

Re: TCP TIME_WAIT state

Thanks for the response.

I have another very closely related question, if FTPGetList, FTPGetFileNames, FTPGetFile, or FTPSendFile fail; do you still need to call FTPGetCommandResult?
by mokie
Mon Sep 13, 2010 8:47 am
Forum: NetBurner Software
Topic: TCP TIME_WAIT state
Replies: 5
Views: 4035

Re: TCP TIME_WAIT state

Yes
by mokie
Mon Sep 13, 2010 7:44 am
Forum: NetBurner Software
Topic: TCP TIME_WAIT state
Replies: 5
Views: 4035

TCP TIME_WAIT state

I'm currently using FTP to read some files onto the MOD5282. I'm following the same code structure in the FTPGetFile example in the NetBurner Runtime libraries document. If I do the FTPGetFile correctly, will I have a TCP connection that stays in the TIME_WAIT state (until the default OS timeout as ...
by mokie
Fri Sep 03, 2010 10:26 am
Forum: NetBurner Hardware
Topic: Estimate on many writes before NetBurner flash fails?
Replies: 3
Views: 3278

Re: Estimate on many writes before NetBurner flash fails?

I'm using the MOD5282, and thanks for your informative responses.
by mokie
Fri Sep 03, 2010 5:38 am
Forum: NetBurner Hardware
Topic: Estimate on many writes before NetBurner flash fails?
Replies: 3
Views: 3278

Estimate on many writes before NetBurner flash fails?

Just curious if the NetBurner flash has been rated for how many times you could write to flash memory without it failing.

Reading from flash won't degrade it right? Only writes?
by mokie
Thu Jul 22, 2010 6:22 am
Forum: NetBurner Software
Topic: Using a FUNCTIONCALL to display an image?
Replies: 1
Views: 2041

Using a FUNCTIONCALL to display an image?

Hello, I'm trying to do a proof of concept of loading an icon from an FTP server and display that on a page. Currently I'm using a .gif, but if it turns it some other image format is better to do this, so be it. I'm using a functioncall on a html page, and reading the image from FTP then attemping t...
by mokie
Tue Jul 20, 2010 9:15 am
Forum: NetBurner Hardware
Topic: Netburner HTTP server 'timing out' on MOD5282
Replies: 3
Views: 3165

Re: Netburner HTTP server 'timing out' on MOD5282

Thanks for the help. I figured it out after trying your suggestions: Apparently the app. was calling GetDHCPAddress() when it was using a static IP which would explain the app. working when hooked up to the network and not when static IPs were used.
by mokie
Mon Jul 19, 2010 6:57 am
Forum: NetBurner Hardware
Topic: Netburner HTTP server 'timing out' on MOD5282
Replies: 3
Views: 3165

Netburner HTTP server 'timing out' on MOD5282

Hello, I am using the MOD5282 as a webserver and am having problems with the webserver being unresponsive after the user doesn't click anything for a couple minutes (I'm not sure exactly what's happening because I'm not sure how to find out what's going on..) The only way to solve this problem that ...