5
votes
2answers
457 views
Delphi: Limiting TCP connections
Hello.
I'm using the TServerSocket component in my Delphi application. I would like to limit client connections, let's say to one thousand. Unfortunately i don't know how to do that. The component …
4
votes
3answers
110 views
Is it possible to restrict the number of connections for a role/login in SQL Server 2005?
e.g. Make it so that you could limit it to a max 2 connections for a given technical account, the third connection being blocked repeatedly until one of the others is given up
2
votes
1answer
57 views
Standalone Tomcat 6.0.* + 20,000 simultaneous connections
Does anyone know how to configure Tomcat 6.0 as a standalone web server (on Windows XP) that can handle 20,000 simultaneous connections? Please help me.
2
votes
1answer
144 views
How many maximum connections can oracle have ?
How many maximum number of connections can oracle handle ?
The following is a summary for my sql, i need similar stats for oracle :
The maximum number of connections MySQL can support depends on the …
2
votes
1answer
106 views
When does Entity Framework open and close Database Connections?
When I instance my "Entities" object in Entity Framework, and make a couple of queries using that Entities object, what happens to connections?
Does it open a connection when I instance the object, …
2
votes
3answers
657 views
How to limit / throttle bandwidth with *multiple* connections
I'm writing an app in C# that downloads concurrently (in different threads) using multiple connections to multiple servers,
and I'd like to be able to limit the used bandwidth.
For a single …
1
vote
6answers
159 views
Connection and Collection Interfaces in Java
Which class implements all the Connection Interfaces which are in javax.microedition.io package and how?
And in the same way which class implements the some of Collection interfaces like Iterator …
1
vote
1answer
118 views
Entity Framework - How should I instance my “Entities” object
I'm a total newbie at Entity Framework and ASP.Net MVC, having learned mostly from tutorials, without having a deep understanding of either. (I do have experience on .Net 2.0, ADO.Net and WebForms)
…
1
vote
4answers
130 views
development on SharePoint v.s. development on Lotus Connections
Hello everyone,
I am selecting between SharePoint and Lotus Connections, and I want gurus give me some advice. The functions I want to have is, portal/content management/workflow/various ways of …
1
vote
2answers
977 views
Monitor active web connections on IIS 7 in real time (perhaps throttle individual IP’s)?
We develop a web app that manages files and resources for different users to download throughout the day on a web server with very limited upstream bandwidth.
Is there any way to monitor in real …
1
vote
2answers
2k views
Increasing the maximum number of tcp/ip connections in linux
I am programming a server and it seems like my number of connections is being limited since my bandwidth isn't being saturated even when I've set the number of connections to "unlimited."
How can I …
1
vote
3answers
225 views
What are possible causes for a large number of sleeping connections to a MySQL Server?
Using CodeIgniter with persistent connections disabled.
0
votes
1answer
28 views
How provide own Sent Messages in Interface Builder
I cannot find documents about the way, in which Interface Builder determines the Sent Message outlets for the graphical connections between components triggering events and messages of other …
0
votes
0answers
40 views
Web Service\Current Connections counter keeps increasing
Hey there,
We observed that the Web Service\Current Connections counter for one of our ISAPI Filter keeps increasing in production, and eventually (when the value reaches around 270000) the incoming …
0
votes
0answers
125 views
rmi (over ssl): TWO tcp connections?
running a simple example with
a minimal server that
* has both rmiregistry functionality and a fixed listen port, both correctly in listen
* which has a "blocking" (long-sleeping) method - this has …
