Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / General / September 2005

Tip: Looking for answers? Try searching our database.

Servers Across the Atalantic

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
blomm - 20 Sep 2005 18:25 GMT
This is probably more of a SQL server issue, but its also .net related
think... I have the client side of my application installed in the US
with the application and the database servers running in london.  
The program language is C#, all built in visual studio.
When the user in the US runs the program and it gets to the impor
progress part, they are getting no feedback as to the progress of th
import.  ie, nothing is being sent to the US from the london server.
But everything runs smooth the other way, ie, tables are written to th
sql db's in london etc...  And I get data sending and receiving here i
london when i run the client app on my machine and send to the servers
so its some problem with the connection with the US.... anyone com
across anything like this?
Cheers mik

--
blom
Nick Malik [Microsoft] - 21 Sep 2005 03:45 GMT
> This is probably more of a SQL server issue, but its also .net related I
> think... I have the client side of my application installed in the US,
[quoted text clipped - 9 lines]
> across anything like this?
> Cheers mike

Hi Mike,

I don't know your app at all, so I don't know what you mean by
"it gets to the import progress part"

I infer that you have some kind of upload or background processing going on
and that you want to see a progress bar.
It is quite possible that the progress bar is implemented with a
"side-channel" type of operation.  Perhaps the progress bar control is
sending requests for the value to display but it is not getting a response
from the London server?  That sounds likely.  If so, take a close look at
your progress bar control.  Does it use HTTP to communicate to a page on the
London server that returns this value?  Does it use port 80?  If the answer
is 'no' to either question, then it is very very likely that you have a
firewall (either in your USA ISP or your London ISP) that is blocking the
traffic on the grounds that it is not HTTP over port 80 and is therefore
probably a virus.

You can monitor TCP/IP traffic using a variety of tools (assuming you are
sitting on the console of the web server itself or are connected via
Terminal Services).  Some of these tools are open source, others cost money.
I won't recommend a specific tool.  However, using a traffic monitoring
tool, you should have no difficulty 'seeing' the packets that carry the
status information on the London server, and 'seeing' the broken
communication on the USA server.

Signature

--- Nick Malik [Microsoft]
   MCSD, CFPS, Certified Scrummaster
   http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
  I do not answer questions on behalf of my employer.  I'm just a
programmer helping programmers.
--

Cor Ligthert [MVP] - 21 Sep 2005 07:25 GMT
Blomm,

Ken and I run a website. The SQLServer and the website are placed in
Florida. I do my updates or whatever from here from Holland (using a VBNet
program however that should not be the difference).

http://www.windowsformsdatagridhelp.com/default.aspx

I see almost no difference with if I am testing on a local (replicated
server) here.

Maybe this gives some idea's

Cor

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.