Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
QuestionSimple inheritance? Pin
mcgahanfl15-Jun-03 2:27
mcgahanfl15-Jun-03 2:27 
AnswerRe: Simple inheritance? Pin
leppie15-Jun-03 3:54
leppie15-Jun-03 3:54 
GeneralRe: Simple inheritance? Pin
mcgahanfl15-Jun-03 17:14
mcgahanfl15-Jun-03 17:14 
GeneralWeb service performance... Pin
Matt Gullett15-Jun-03 2:25
Matt Gullett15-Jun-03 2:25 
GeneralRe: Web service performance... Pin
Kannan Kalyanaraman15-Jun-03 3:41
Kannan Kalyanaraman15-Jun-03 3:41 
GeneralRe: Web service performance... Pin
Matt Gullett15-Jun-03 3:47
Matt Gullett15-Jun-03 3:47 
GeneralRe: Web service performance... Pin
Kannan Kalyanaraman15-Jun-03 17:01
Kannan Kalyanaraman15-Jun-03 17:01 
GeneralRe: Web service performance... Pin
Rocky Moore15-Jun-03 23:18
Rocky Moore15-Jun-03 23:18 
It really depends on many issues such as bandwitdh, latency, what kind of data you will be passing and what size. If you are planning on flipping through records (navigating one at a time) via datasets and don't happen to have T1 lines, it can get slow.

You mention in another post that you may also be using this over the Internet. I was going to use Web Services to communicate between my application and the SQL Server over the Internet passing DataSets. The internet connection is a SDSL line on one end at 384K/384K and a cable modem at the other at 1500K/128K. The web services were using Windows security.

Sometimes the first connection to the server via web services would take sometimes 2-3 seconds while a couple of times it took over 10 seconds.

Connecting to a running Sql Server directly in the code was sub-second and the same goes for fetching records.

I also had web services for posting images automatically that would range from a few K to 90K per imagine on matching DSL connections at 384K/384K. A seperate Web Service call was made for each imagine posted as a DIME attachment. It was tremendiously slow by doing it per image.

The server machine is very old technology and may be the reason for the slow response. It is only a PII450 with 256 megs of RAM.

Rocky Moore <><
GeneralRe: Web service performance... Pin
Matt Gullett15-Jun-03 23:35
Matt Gullett15-Jun-03 23:35 
GeneralDynamic object cloneing. Pin
Peter Kiss15-Jun-03 1:07
Peter Kiss15-Jun-03 1:07 
GeneralC# Service won't start Pin
gek_at14-Jun-03 23:59
gek_at14-Jun-03 23:59 
GeneralRe: C# Service won't start Pin
mcgahanfl15-Jun-03 2:16
mcgahanfl15-Jun-03 2:16 
GeneralRe: C# Service won't start Pin
gek_at15-Jun-03 3:20
gek_at15-Jun-03 3:20 
GeneralRe: C# Service won't start Pin
mcgahanfl15-Jun-03 3:53
mcgahanfl15-Jun-03 3:53 
GeneralRe: C# Service won't start Pin
gek_at15-Jun-03 11:11
gek_at15-Jun-03 11:11 
GeneralRe: C# Service won't start Pin
gek_at16-Jun-03 7:31
gek_at16-Jun-03 7:31 
QuestionHow to connect to SQL Server running on one remote Server. Pin
Ken Zhu14-Jun-03 18:40
Ken Zhu14-Jun-03 18:40 
AnswerRe: How to connect to SQL Server running on one remote Server. Pin
Rocky Moore14-Jun-03 22:27
Rocky Moore14-Jun-03 22:27 
GeneralThe need to test my game online. Pin
EvilDingo14-Jun-03 14:02
EvilDingo14-Jun-03 14:02 
GeneralRe: The need to test my game online. Pin
leppie14-Jun-03 14:17
leppie14-Jun-03 14:17 
GeneralLessons learned Pin
Kant14-Jun-03 7:22
Kant14-Jun-03 7:22 
GeneralRe: Lessons learned Pin
Amber Star14-Jun-03 9:37
Amber Star14-Jun-03 9:37 
GeneralRe: Lessons learned Pin
Kant14-Jun-03 15:13
Kant14-Jun-03 15:13 
GeneralRe: Lessons learned Pin
leppie14-Jun-03 9:40
leppie14-Jun-03 9:40 
GeneralRe: Lessons learned Pin
Nick Parker14-Jun-03 10:51
protectorNick Parker14-Jun-03 10:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.