The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
13 views

c3p0 can not create enough connection on mac osx

I used hibernate,c3p0 deployed in JBoss AS 7 on the production environment,database system is Oracle11g library version: c3p0-0.9.1 JBoss 7.1.3.Final hibernate 3.5.6-Final Hibernate.cfg.xml ...
0
votes
0answers
16 views

How do I Connect live broadcaster to multiple Red5 servers

I am using a modified version of the simpleBroadcaster.swf, and I have been trying to get the broadcaster to connect to multiple Red5 servers at the same time, but It will only connect to the first ...
0
votes
0answers
10 views

Crystal reports 2011. Conversion of MDAC Command with embedded call to stored procedure to Oracle Server

Help Please! We are in the process of migrating a solution to 64 bit and we have a number of standard reports that no longer work. They appear to be those that utilise an MDAC connection type (as ...
0
votes
0answers
26 views

Connections maxed with memcache?

I'm using two memcache servers via php memcache->addServer and they always seem to have a max connection of ~110 no matter what I do and I'm wondering if it's creating a large bottleneck. The number ...
0
votes
2answers
57 views

Storing website visitors without running out of MySQL connections

We have an analytics application which allows users to run a number of different reports. We have a single master - slave MySQL database setup. One of the things which we track is visitors on our ...
0
votes
3answers
77 views

PHP script generating too many MySQL connections

I have a script that check for several twitch channels every 5 minutes, so I can have a list of the streams I want on my website that are currently live. The problem is, this script is generating a ...
-3
votes
0answers
31 views

After upgrading PHP, my website randomly cannot connect to other servers when using SoapClient or yaz_connect [closed]

We upgraded our servers from PHP 5.2 to PHP 5.4. Before the upgrade, all of the code worked without a problem. Afterwards, there were a series of problems that I had to fix. I have fix most of the ...
0
votes
1answer
64 views

multi client chat server throwing exceptions and not allowing connections after disconnect

It's hard to fit it in the title but every time a client disconnects, a lot of exceptions are thrown and the server does not allow any more connections after the DC. Here is the error i get: ...
0
votes
0answers
27 views

Education details not getting for REST connection api

I was able to receive the contact’s education earlier, however since I have added scope in request url, we are not receiving contact education details. I am trying to execute following request ...
0
votes
3answers
60 views

Java help creating a new socket per connected user

I am creating a chat server and i can not get more than one connection established, i believe that this is due to there being only one socket. I have read that a thread is capable of handling more ...
0
votes
1answer
70 views

Ruby - Reading from multiple sockets (irc bot)

I'm trying to make an IRC bot that connects to multiple servers, and I'm having trouble reading from all the sockets at once. My current code: #!/usr/bin/ruby require 'socket' ...
0
votes
0answers
65 views

Server listening on VB.net: Don't accept local permanent client when run .exe file

I have this code for server listening on VB.net: Private listener As System.Net.Sockets.TcpListener Private listenThread As System.Threading.Thread listener = New TcpListener(IPAddress.Any, Port) ...
0
votes
0answers
12 views

karaf, too many tcp connections when karaf bundles is startup in windows environment

when startup karaf which has some bundles, in windows environment, through "netstat -aon | findstr 127" command, I find many tcp connections: TCP 127.0.0.1:54467 127.0.0.1:54468 ...
0
votes
0answers
9 views

Can I open a new connection in a main transaction?

I have the following scenario in Java JDBC based transaction (in 200 user based Java web application). Please advice whether the following approach is correct: Open a main transaction --- Results ...
1
vote
1answer
33 views

Leaving connections open indefinitely using file() in R

I have this function to write streaming data from Twitter into one file for 12 hours, then to another file for 12 hours. This is so we can clean, parse, and store the data twice a day. conn <- ...
0
votes
2answers
107 views

SHOW PROCESSLIST shows only 20 connections, while server sais “has more than 'max_user_connections' active connections”

I am not what's the problem and how to look at it: SHOW PROCESSLIST shows only 20 connections, while server sais "has more than 'max_user_connections' active connections", which is 400. Why is ...
0
votes
0answers
59 views

How to determine mod_dbd database connections with apache prefork?

I am having a problem where we are running out of postgresql database connections when using mod_dbd and apache prefork. I have tried to make the number of connections determinable with the following ...
1
vote
3answers
47 views

Should each end user account get their own table in mysql?

n00b mysql question: If i have a table with all end-user names and Id's and I want to keep track of each users's connections, should each end-user get their own table? e.g. end user A is ...
0
votes
0answers
29 views

Facebook API connections field

When requesting the API report from Facebook we always get a number of JSON files, divided by their number of rows, for example: 20130227-xxxDeliveryIDxxx-AdGroups-2000.json ...
0
votes
0answers
41 views

Rack + Thin, unlimited connections?

I have my own MVC environment running with Rack and Thin. By default, thin's connections are restricted to 1024. How to change the maximum amount of available connections? In best case, to unlimited ...
5
votes
2answers
187 views

.Net Remoting uses only one connection ?

Does .Net Remoting opens multiple connections or just one ? let say I have a server and a client. if the client creates multiple SingleCall objects. then for every object is there going to be a new ...
1
vote
2answers
142 views

Too many connections error while using mongodb with java

I use MongoDbFactory to connect to mongodb with Java. But the mongo service throws socket exception at least once every hour. Hence I am forced to restart mongodb service to restore operations. I ...
0
votes
2answers
654 views

Make a connection using an external IP address in Java

I'm trying to build a chat program. I wrote the code and everything worked and still works great when I'm using my computer and connecting using 127.0.0.1. I also succeeded to connect successfully ...
0
votes
0answers
22 views

Simulate Wireless Connections

so, my question is: There is any software that can simulate wireless connections ? We just bought here some brand new equip, and i need to test if the controller can handle everything, so i would ...
1
vote
1answer
83 views

PHP to Java Connection

I am working on a project where I send supposedly press a button on a webpage and it then executes a command in java. What I'm looking for is something like this. Say if I pressed a button and then it ...
0
votes
1answer
77 views

MySQL connections

My ISP (1&1) informs me that the maximum number of MySQL connections I can have open at any one time is 18. My LAMP stack application uses SQL for almost every page but I close each connection ...
0
votes
1answer
91 views

C# Log Socket Connections

I've no idea how I would go about this but I'm assuming that it is possible in some way, shape or form. If I have a server that allow multiple connections to it through one port, is there a way I ...
0
votes
0answers
50 views

Sharepoint webparts connection submenu customizable?

I have 8 webparts on my page and I need to know if it's possible to customize the connection submenu to dispaly on each webpart a different list of possible webpart connections? For example, if I ...
1
vote
0answers
94 views

dbcp spawns hugh connection number to Oracle DB in high rate of open/close

My application used DBCP1.4, hibernate and spring, connects to oracle. under common load of few hundered req/sec i get too many TCP connections to the DB (resulting in excessive system usage upon DB ...
0
votes
1answer
299 views

c++ client socket simultaneously connection

hello i have a client socket application, that connect at the same time, with more than 5000 server with tcpip in linux, but when i open the socket connection, almost all connections, retrieve the ...
0
votes
1answer
65 views

Concurrent connections and hosting a website “at home”

I have searched for an already answered question regarding this topic, but I can hardly find what I seek. My question is simple and straightforward: I have a blog on .com domain which uses wordpress ...
0
votes
1answer
97 views

pgpool connections get frozen

I have installed pgpool 3.2.1 with 2 backends in streaming replication mode with load balancing and connections pool.I did some high load tests tring to colapse the pgpool connections. Suposing that ...
0
votes
0answers
51 views

Should we create a single static dbcp data source for all DAO classes or different for each DAO

Mine is a fairly simple web application. Its a 3 tier architecture with Servlets<->Services<->DAOs . I 'll define it step by step . I have defined a DataAccess class at the lowest level . ...
2
votes
1answer
219 views

Why too many connections in MySQL

Recently I've discovered that I have too many connections in my MySQL database: mysql> show status like 'Conn%'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | ...
0
votes
2answers
96 views

Using node.js ForeverAgent

To reuse connections when making http.requests I'd like to use the ForeverAgent without having to use the whole request module. I'm using node v0.8.15 Is that possible? Can someone tell me how?
0
votes
0answers
95 views

Get all TCP/UDP Connections Objective C

I want to get all TCP/UDP connections on the mac os x. I also checked out netstat.c for doing this job but i can't figure out how to use it on objective C and Xcode.. Anyone can help me to write ...
1
vote
1answer
88 views

How to associate .xib with MasterViewController .h & .m

I have two MasterViewControllers, one is called ".h" and one is ".m". I manually created a .xib to do the interface for the app but when I try to connect the code to the interface buttons I created ...
0
votes
0answers
69 views

Share mysql connection JSP and RapidMiner

I have the following problem. I make some temp tables in mysql from JSP page and I need to call a Rapidminer (.rpm) Process. My problem is that I use RapidMiner java methold to call the proccess from ...
0
votes
1answer
34 views

Need to drop all connections from IPVS

I have a Directing Routing IPVS which I am putting through some tests. For accuracy, I need to be able to drop all of the active and inactive connections before I begin testing. The inactive TCP ...
0
votes
3answers
168 views

unique connected linux users with perl script

I need to know, at any given time, how many unique users are connected to a redhat server. The following commands accomplish this easily: who | awk '{ print $1 }' | sort -ud | wc -l However, I ...
0
votes
3answers
74 views

I am having serious issues with a php / mysqli database website that I inherited from a customer

The is one php file that governs rotating ads that is causing serious server performance issues and causing "too many connections" sql errors on the site. Here is the php script. Can anyone give me ...
1
vote
1answer
415 views

Netty 4 multiple client

I need to make the client is able to make many connections. I use Netty 4.0. Unfortunately all existing examples do not show how to create a lot of connections. public class TelnetClient { ...
0
votes
0answers
161 views

How to load balance user connections between ejabberd nodes

First, I think my 2 ejabberd nodes are properly configured (all in a windows environment). I can control them and I can see them in the WebAdmin http page. What I saw: The user can only connect to ...
1
vote
3answers
484 views

Script to count number of connections using a range of TCP ports

I am using the following script to count the number of connections in established, and time wait state for a specific range of TCP ports. The script uses netstat and egrep to try and filter out valid ...
0
votes
0answers
53 views

Create UNION report on multiple BO universes

I'm using Desktop Intelligence of BO XI 3.1. I have 3 data sources: Conn1, Conn2, Conn3. I have a view on all 3 database, VIEW1. My question is how can I generate a report containing info from all ...
0
votes
2answers
102 views

How to connect to oracle from a java servlet?

I have a problem connecting to oracle from within a java servlet running in Jetty (as part of Eclipse). The identical code runs fine from a standalone java app. My entire development environment is ...
1
vote
0answers
155 views

Multiple Connections in C# (Sockets) [closed]

How would I go about doing this? I've gotten a one on one chat with async sockets, but I need to make it multiple connections. Can anyone help?
1
vote
1answer
137 views

PHP PDO Connection Efficiency

I have an application that uses PDO to connect to it's relevant MySQL database. I call my connection string every time a request is made. Note I use prepared statements. My connection string method ...
0
votes
0answers
17 views

jpa: Two Connections for one call

In my application for one database call two connections are used. I am using Toplink with JPA. Any Idea and suggestions regarding this..?
1
vote
1answer
124 views

TopLink with JPA taking more connections

In my application we are using Toplink with Jpa. Here the problem is we are using stored procedures in this application, we are taking the connection using Jndi connection for Stored Procedure ...

1 2 3 4 5