473,395 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Servers Across the Atalantic


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,
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 import
progress part, they are getting no feedback as to the progress of the
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 the
sql db's in london etc... And I get data sending and receiving here in
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 come
across anything like this?
Cheers mike
--
blomm
------------------------------------------------------------------------
blomm's Profile: http://www.msusenet.com/member.php?userid=5203
View this thread: http://www.msusenet.com/t-1871069094

Sep 20 '05 #1
2 1439
"blomm" <bl**********@no-mx.msusenet.com> wrote in message
news:bl**********@no-mx.msusenet.com...

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,
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 import
progress part, they are getting no feedback as to the progress of the
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 the
sql db's in london etc... And I get data sending and receiving here in
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 come
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.
--
--- 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.
--
Sep 21 '05 #2
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
Sep 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Meghna | last post by:
Hi, I was wondering if some one would be able to help me with this. I am trying to share a session across two servers and I seem to be experiencing some problems. I was wondering if anybody has...
5
by: nmac | last post by:
Hi all, hopefully someone can offer some sagely advice regarding Production use of Jakarta's Tomcat. First, some brief background. My company have a servlet application that connects to a MySQL...
2
by: John D | last post by:
Does anyone have any idea how to syncronise two SQL identical tables across a network, between servers? We want to run our website from a SQL tables on the same server, but set up so that if the...
7
by: steve | last post by:
Can you join two tables across different servers in mySQL, or am I dreaming of Oracle? -- Posted using the http://www.dbforumz.com interface, at author's request Articles individually checked...
5
by: fm | last post by:
We are using ASP.NET State Server in our applications to protect session state from machine.config and IIS recycles. We also may cluster the servers in the future. We don't have the resources to...
2
by: blomm | last post by:
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, with the application and the database servers running...
2
by: Chris Fink | last post by:
What is the recommendation for sharing master pages across IIS Servers? In our corporation, we have many webservers in different environments (intranet, extranet, etc). I've done some searching,...
3
by: Ben Holness | last post by:
Hi all, I have a php/mysql website where people can upload their own graphics for the buttons and background of pages on the website. This used to run on one server, but I have now been asked...
0
by: cherryblossom | last post by:
hii, i am developing a client server application in C#.. In this multiple clients can connect 2 server. I am using a set of 4 servers so that the fault tolerance can be increased in case a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.