473,387 Members | 1,574 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,387 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 1412
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
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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
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,...

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.