Advertisement

1 - 10 of 270 containing alltags:("concurrent") (0 seconds)
I've a client- server application. The server should able to accept requests from many clients concurrently. Since I don't have fork() function, I created new object to handle concurrent clients. B...
Zones: Windows MFCDate Answered: 06/18/1998 Grade: D Views: 0
Hi experts, I am now writing an application using hsqldb 1.7.1. In the code, I have the following lines for open the connection: Class.forName(m_szDriverName); m_dbConnection = DriverManager....
Zones: JavaDate Answered: 11/26/2002 Grade: A Views: 0
Ok, here is the issue I am concerned about: I have a PHP webpage that uses 2 queries to a MySQL database. The query results are related. Since the database is receiving updates all the time it c...
Zones: MySQL ServerDate Answered: 09/12/2003 Grade: A Views: 0
I have a PC with Windows XP Professional on a peer to peer network that has both wireless (802.11b) and wired-ethernet enabled. When both wired and wired protocols are enabled and active, how ca...
Zones: Networking, Networking ProtocolsDate Answered: 01/09/2004 Grade: A Views: 0
I'm using a very simple approach to saving the data:     Public Sub SaveData(ByVal SQLString As String, ByVal DT As DataTable)         Dim da As New SqlDataAdapter(SQLString, _conn)         Di...
Zones: MS Visual BasicDate Answered: 05/25/2004 Grade: A Views: 0
I am accessing an access database with a couple tables in it, i created data adapters for all the tables and i made one dataset with all the tables in it, probably not the best, but it works.  I ha...
Zones: C#Date Answered: 09/24/2004 Grade: B Views: 0
Hi all! I have a server with apache 1.3.29 and I would like to limit the number of concurrent conections that an authenticated user can do simultaneously (a logged in member) to prevent the ov...
Zones: Apache Web ServerDate Answered: 09/08/2004 Grade: A Views: 0
Hi, Have windows app in VB.NET, 1.1 It processes/number crunches and I have it write some data to a table, in SQL Server 2000 I used wizards to set up dataset, dataadapter, etc. Do not bind t...
Zones: MS Visual BasicDate Answered: 11/22/2004 Grade: A Views: 0
what would be the best way in a windows app to track concurrent yours of our system. I would prefer not using dongles but still want to limit use. thanks in advance greg
Zones: ProgrammingDate Answered: 07/15/2005 Grade: A Views: 0
Hi, I am working on web application using asp.net. I have question. What is the best way to persist data objects in business layer. The scenario is like, From database I am getting few datasets ...
Zones: ASP.Net ProgrammingDate Answered: 10/13/2005 Grade: B Views: 0