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

Is it possible ..

My client using vpn [box] with 16kbps connectivity for shared among multiple
users, wants me to build an aspnet application. It is basically a data entry
application requiring form/field level securities restrictions for the
users, which will be using SQL Server at its back-end.

First of all I am confused whether it is possible to run an aspnet
application over a 16kbps vpn connection?
The other thing is the user requires that query response time should not in
any case exceeds 5 seconds?
If there are multiple users sharing this 16kbps, would the application be
able to run?

Yours comments and suggestions as to how I should design and develop this
application would be appreciated or If anybody could tell me anything about
a link where I can look for the minimum bandwidth required for aspnet
applications etc. or sort of benchmarks for the same.
Jul 30 '06 #1
4 1029
Hi Tanveer

Thats hard to answer. It all depends on what the exact requirements
are. By the looks of it, it is a simple application, but it all depends
on the number of users. 16kbps is incredibly slow so you're going to
see slow connections to the site.

The best advice I can give you is try and reduce the amount of data that
has to be transferred. Turn off viewstate on as many controls as you can.

Regards
Ray

Tanveer H. Malik wrote:
My client using vpn [box] with 16kbps connectivity for shared among multiple
users, wants me to build an aspnet application. It is basically a data entry
application requiring form/field level securities restrictions for the
users, which will be using SQL Server at its back-end.

First of all I am confused whether it is possible to run an aspnet
application over a 16kbps vpn connection?
The other thing is the user requires that query response time should not in
any case exceeds 5 seconds?
If there are multiple users sharing this 16kbps, would the application be
able to run?

Yours comments and suggestions as to how I should design and develop this
application would be appreciated or If anybody could tell me anything about
a link where I can look for the minimum bandwidth required for aspnet
applications etc. or sort of benchmarks for the same.

Jul 30 '06 #2
The intended no. of concurrent users for the servers are estimated to be
about 200. What should be my priorities while designing the database for
this solution, I mean how can optimize the database design for this purpose?

"Ray Booysen" <rj***********@rjb.za.netwrote in message
news:ep**************@TK2MSFTNGP02.phx.gbl...
Hi Tanveer

Thats hard to answer. It all depends on what the exact requirements are.
By the looks of it, it is a simple application, but it all depends on the
number of users. 16kbps is incredibly slow so you're going to see slow
connections to the site.

The best advice I can give you is try and reduce the amount of data that
has to be transferred. Turn off viewstate on as many controls as you can.

Regards
Ray

Tanveer H. Malik wrote:
>My client using vpn [box] with 16kbps connectivity for shared among
multiple users, wants me to build an aspnet application. It is basically
a data entry application requiring form/field level securities
restrictions for the users, which will be using SQL Server at its
back-end.

First of all I am confused whether it is possible to run an aspnet
application over a 16kbps vpn connection?
The other thing is the user requires that query response time should not
in any case exceeds 5 seconds?
If there are multiple users sharing this 16kbps, would the application be
able to run?

Yours comments and suggestions as to how I should design and develop this
application would be appreciated or If anybody could tell me anything
about a link where I can look for the minimum bandwidth required for
aspnet applications etc. or sort of benchmarks for the same.

Jul 31 '06 #3
Ok, then I think its impossible.. 200 concurrent users over one single
16Kb/s line?

Tanveer Malik wrote:
The intended no. of concurrent users for the servers are estimated to be
about 200. What should be my priorities while designing the database for
this solution, I mean how can optimize the database design for this purpose?

"Ray Booysen" <rj***********@rjb.za.netwrote in message
news:ep**************@TK2MSFTNGP02.phx.gbl...
>Hi Tanveer

Thats hard to answer. It all depends on what the exact requirements are.
By the looks of it, it is a simple application, but it all depends on the
number of users. 16kbps is incredibly slow so you're going to see slow
connections to the site.

The best advice I can give you is try and reduce the amount of data that
has to be transferred. Turn off viewstate on as many controls as you can.

Regards
Ray

Tanveer H. Malik wrote:
>>My client using vpn [box] with 16kbps connectivity for shared among
multiple users, wants me to build an aspnet application. It is basically
a data entry application requiring form/field level securities
restrictions for the users, which will be using SQL Server at its
back-end.

First of all I am confused whether it is possible to run an aspnet
application over a 16kbps vpn connection?
The other thing is the user requires that query response time should not
in any case exceeds 5 seconds?
If there are multiple users sharing this 16kbps, would the application be
able to run?

Yours comments and suggestions as to how I should design and develop this
application would be appreciated or If anybody could tell me anything
about a link where I can look for the minimum bandwidth required for
aspnet applications etc. or sort of benchmarks for the same.

Jul 31 '06 #4
One single location will have upto three simultaneous users at most. This
16kbps is for each location [client side].On server side the bandwidth is
not a problem.

"Ray Booysen" <rj***********@rjb.za.netwrote in message
news:OZ**************@TK2MSFTNGP03.phx.gbl...
Ok, then I think its impossible.. 200 concurrent users over one single
16Kb/s line?

Tanveer Malik wrote:
>The intended no. of concurrent users for the servers are estimated to be
about 200. What should be my priorities while designing the database for
this solution, I mean how can optimize the database design for this
purpose?

"Ray Booysen" <rj***********@rjb.za.netwrote in message
news:ep**************@TK2MSFTNGP02.phx.gbl...
>>Hi Tanveer

Thats hard to answer. It all depends on what the exact requirements
are. By the looks of it, it is a simple application, but it all depends
on the number of users. 16kbps is incredibly slow so you're going to
see slow connections to the site.

The best advice I can give you is try and reduce the amount of data that
has to be transferred. Turn off viewstate on as many controls as you
can.

Regards
Ray

Tanveer H. Malik wrote:
My client using vpn [box] with 16kbps connectivity for shared among
multiple users, wants me to build an aspnet application. It is
basically a data entry application requiring form/field level
securities restrictions for the users, which will be using SQL Server
at its back-end.

First of all I am confused whether it is possible to run an aspnet
application over a 16kbps vpn connection?
The other thing is the user requires that query response time should
not in any case exceeds 5 seconds?
If there are multiple users sharing this 16kbps, would the application
be able to run?

Yours comments and suggestions as to how I should design and develop
this application would be appreciated or If anybody could tell me
anything about a link where I can look for the minimum bandwidth
required for aspnet applications etc. or sort of benchmarks for the
same.
Jul 31 '06 #5

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

Similar topics

4
by: Julia Briggs | last post by:
I am struggling to create a PHP function that would take a specified image (JPG, GIF or PNG) from a link, and resize it down to a thumbnail so it will always fit in a 200x250 space. I am hoping...
36
by: rbt | last post by:
Say I have a list that has 3 letters in it: I want to print all the possible 4 digit combinations of those 3 letters: 4^3 = 64 aaaa
20
by: CHIN | last post by:
Hi all.. here s my problem ( maybe some of you saw me on other groups, but i cant find the solution !! ) I have to upload a file to an external site, so, i made a .vbs file , that logins to...
7
by: Andrzej | last post by:
Is it possible to call a function which name is given by a string? Let assume that I created a program which call some functions for example void f1(void), void f2(void), void f3(void). ...
2
by: Bhupesh Naik | last post by:
This is a query regarding my problem to make a spell and grammar check possible in text area of a web page. We have aspx pages which are used to construct letters. The browser based screens...
1
by: AAA | last post by:
hi, I'll explain fastly the program that i'm doing.. the computer asks me to enter the cardinal of a set X ( called "dimX" type integer)where X is a table of one dimension and then to fill it...
25
by: Piotr Nowak | last post by:
Hi, Say i have a server process which listens for some changes in database. When a change occurs i want to refresh my page in browser by notyfinig it. I do not want to refresh my page i.e....
4
by: RSH | last post by:
Okay my math skills aren't waht they used to be... With that being said what Im trying to do is create a matrix that given x number of columns, and y number of possible values i want to generate...
7
by: Robert S. | last post by:
Searching some time now for documents on this but still did not find anything about it: Is it possible to replace the entry screen of MS Office Access 2007 - that one presenting that default...
14
by: bjorklund.emil | last post by:
Hello pythonistas. I'm a newbie to pretty much both programming and Python. I have a task that involves writing a test script for every possible combination of preference settings for a software...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
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
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.