473,397 Members | 2,099 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,397 software developers and data experts.

Webservices

Hello,
I hope someone can help me. I have created a windows based application in
C# using WebServices running. The Server is an MS Windows 2003 server. The
services simply retrieves data from a MS Sql data server and passes it back
to the Windows application in the form of a DataSet. My problem is this.
After about 3 calls to the server for different data it seems to just hang.
I have gone through a few different proposed solutions I found on the
internet, but none seem to do the trick. I was wondering if anyone else has
had a similar issue. I have tried increasing the maxconnections settings,
and some other stuff but it just does not seem to work. Am i doning some
thing wrong.

I would really welcome any suggestions,

Thank you.
Nov 17 '05 #1
4 1413
To debug it, try hard coding a dataset in your method taking out the code to
call the db to fill it. so just create a regular dataset and make a few
calls, see if it still hangs. That will help determine where the problem
is.
"Alex" <Al**@discussions.microsoft.com> wrote in message
news:9B**********************************@microsof t.com...
Hello,
I hope someone can help me. I have created a windows based application in
C# using WebServices running. The Server is an MS Windows 2003 server.
The
services simply retrieves data from a MS Sql data server and passes it
back
to the Windows application in the form of a DataSet. My problem is this.
After about 3 calls to the server for different data it seems to just
hang.
I have gone through a few different proposed solutions I found on the
internet, but none seem to do the trick. I was wondering if anyone else
has
had a similar issue. I have tried increasing the maxconnections settings,
and some other stuff but it just does not seem to work. Am i doning some
thing wrong.

I would really welcome any suggestions,

Thank you.

Nov 17 '05 #2
To debug it, try hard coding a dataset in your method taking out the code to
call the db to fill it. so just create a regular dataset and make a few
calls, see if it still hangs. That will help determine where the problem
is.
"Alex" <Al**@discussions.microsoft.com> wrote in message
news:9B**********************************@microsof t.com...
Hello,
I hope someone can help me. I have created a windows based application in
C# using WebServices running. The Server is an MS Windows 2003 server.
The
services simply retrieves data from a MS Sql data server and passes it
back
to the Windows application in the form of a DataSet. My problem is this.
After about 3 calls to the server for different data it seems to just
hang.
I have gone through a few different proposed solutions I found on the
internet, but none seem to do the trick. I was wondering if anyone else
has
had a similar issue. I have tried increasing the maxconnections settings,
and some other stuff but it just does not seem to work. Am i doning some
thing wrong.

I would really welcome any suggestions,

Thank you.

Nov 17 '05 #3
Hi,
Thank you for the response and help. I actually tried that a few days ago
and after a few (3) calls it just hangs again. I found some increas in speed
and less hanging when i started to change the web config file settings. But
my problem is that i really don't understand where the setting like max
connection go and the syntax for entering it in the config file.

Thank you,
Alex
"W.G. Ryan MVP" wrote:
To debug it, try hard coding a dataset in your method taking out the code to
call the db to fill it. so just create a regular dataset and make a few
calls, see if it still hangs. That will help determine where the problem
is.
"Alex" <Al**@discussions.microsoft.com> wrote in message
news:9B**********************************@microsof t.com...
Hello,
I hope someone can help me. I have created a windows based application in
C# using WebServices running. The Server is an MS Windows 2003 server.
The
services simply retrieves data from a MS Sql data server and passes it
back
to the Windows application in the form of a DataSet. My problem is this.
After about 3 calls to the server for different data it seems to just
hang.
I have gone through a few different proposed solutions I found on the
internet, but none seem to do the trick. I was wondering if anyone else
has
had a similar issue. I have tried increasing the maxconnections settings,
and some other stuff but it just does not seem to work. Am i doning some
thing wrong.

I would really welcome any suggestions,

Thank you.


Nov 17 '05 #4
Hi,
Thank you for the response and help. I actually tried that a few days ago
and after a few (3) calls it just hangs again. I found some increas in speed
and less hanging when i started to change the web config file settings. But
my problem is that i really don't understand where the setting like max
connection go and the syntax for entering it in the config file.

Thank you,
Alex
"W.G. Ryan MVP" wrote:
To debug it, try hard coding a dataset in your method taking out the code to
call the db to fill it. so just create a regular dataset and make a few
calls, see if it still hangs. That will help determine where the problem
is.
"Alex" <Al**@discussions.microsoft.com> wrote in message
news:9B**********************************@microsof t.com...
Hello,
I hope someone can help me. I have created a windows based application in
C# using WebServices running. The Server is an MS Windows 2003 server.
The
services simply retrieves data from a MS Sql data server and passes it
back
to the Windows application in the form of a DataSet. My problem is this.
After about 3 calls to the server for different data it seems to just
hang.
I have gone through a few different proposed solutions I found on the
internet, but none seem to do the trick. I was wondering if anyone else
has
had a similar issue. I have tried increasing the maxconnections settings,
and some other stuff but it just does not seem to work. Am i doning some
thing wrong.

I would really welcome any suggestions,

Thank you.


Nov 17 '05 #5

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

Similar topics

0
by: Jinashe | last post by:
what do i need to enable accessing of webservices from a clients PC i'm hosting some webservices from my server in VB.NET. i've got some client windows applications done in VB.NET. what have i...
0
by: Erik P. Vinther | last post by:
Hi This might be slightly OT, but I couldn't find a better NG for this question The question is regarding versioning of webservices. A webservice end point URL basically consists of a base...
8
by: Allan Ebdrup | last post by:
I just had a discussion with one of my fellow programmers. We have a class for doing some logging and sending an email, it has 5 different scenarioes of loggin that are common enough to share a...
5
by: Stephanie Stowe | last post by:
Imagine that I had this <webServices> <soapExtensionTypes> <add type="Microsoft.Web.Services.WebServicesExtension, Microsoft.Web.Services, Version=1.0.0.0, Culture=neutral,...
1
by: Diffident | last post by:
Hello Guys, I have a question with regards to the efficiency and best practices in .NET framework. We are currently using Webservices as normal classes. The way we are invoking methods in...
5
by: cyberstrike | last post by:
Hi guys, my company was wondering if it's possible to develop ASP.NET/Webservices easily using a IIS installed on a server instead of installing IIS locally on the development boxes. Can you...
2
by: Antuane | last post by:
any one have any idea how transactions could be enabled in webservices. i.e., suppose i've got 2 methods - one to add a contact, & the other to set some miscellaneous details for the contact, in a...
1
by: Mike | last post by:
Hi all, I have written a webservice which I am using in my smartphone applicaiton. I have tried the webservice with a WinForms client and it works time and time again perfectly. When I include...
8
by: Komandur Kannan | last post by:
We have a smart device application running on handhelds(Symbol MC9000G). The backend is Oracle and a middle tier web services development done in Vb.net. We use pessimistic Locking due to...
5
by: ChrisM | last post by:
Hi, I have written a stand alone WinForms application with an MS Access back-end for the (small)company I work for. They are now talking about moving a part of their operations into a second...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.