Search Result
Collapse
41 results in 0.0016 seconds.
Keywords
Members
Tags
-
Only some clients creating internal reverse dns(PTR) Records...why?
Hello, I am a sysadmin for a school district in alaska. We have roughly 1000 mac clients running 10.6.8. We are using the golden triangle with our clients bound to active directory and open directory. DNS is running internally on our 2008 R2 DC. Can anyone offer suggestions as to why I have a select few clients that appear to be registering reverse DNS(PTR) records? I was under the impression that EVERY domain bound machine should generate a reverse... -
Why do I keep getting a "service-specific error 0 (0x0)" when i try starting tomcat?
I have installed a tomcat 6 server on Windows Server 2003 as a service; and every time I try to start it it keep terminating with a service-specific error 0 (0x0). Now I have gone through and starting and configured this server via the startup.bat just fine but when no matter how many times I install/remove the service it fails to start. Does anyone know why this happening and how I can fix it?... -
thelionheart started a topic Which is best for Server Administration? Ubuntu Linux Vs Red Hat Linux Vs Fedora Corein SecurityWhich is best for Server Administration? Ubuntu Linux Vs Red Hat Linux Vs Fedora Core
i just wondering if i will build a server
which of these linux flavors would i choose? -
Socket application getting unstable with many connected users
Helloes,
I'm experiencing a nasty problem in a server-client application. Don't have the perfect solution yet, but I have ideas. Seeking opinions/ideas to find the perfect solution.
The application is a card/board gaming platform with many other functions for chat, management and such.
Client is healthy and works as an user interface to communicate with server and other clients. Typical client, nothing special.... -
Upgrading from access
A database I am working on is reaching its limitations by using access.
I am considering upgrading to SQL server or mySQL.
The intent of the project is to start off by using access as the front end and the other as the back end. This is just for the introductory phase.
The plan is to eliminate the use of access all together. However I will be learning one of these systems from scratch. I understand most of the... -
Write-only Access to Database on Network Drive?
Is it possible to set the file permissions on an Access 2007 database file stored on a Windows file server to allow users to only write data TO an Access database, but not allow them to open the database file or read data from it?
I'm trying to find a mechanism to capture usage data from users who are using a local web application, but I don't want those users to be able to access the data.
The mechanism uses ActiveX... -
how server display client's value
hello all, i have some calculation codes class in my client side, how my server gonna get those values and display it in my server? i had created windows forms labels in server.
know i have the calculation class and main client forms in my client side, and main server forms in my server side.
what should i do so that my server able to display those values (upload, speed, download, etc)?? what codes should i write? what... -
Multiple clients connect to server
So... I am trying to write a C++ Server that can accept multiple clients. I have already written some very simple code that will accept one client but I am having trouble getting it to accept more than one. Below is the server code I have right now, it works but only for one client.
...Code:#include "info.h" using namespace std; int main(){ long answer; char message[256]; -
Multithreaded TCP Socket server.
I'm working on a server program that will allow multiple clients to connect then send and receive the catch is that i don't want all the date from 1 client sent to every other client. I only want Client 1 to receive data from Client 2 or Client 3 if they send numbers that are in a certain range. my main problem right now is getting the server to accept multiple clients and send them any data back at all. i don't know if it's important but the clients... -
Server Console and Form ?
Hello, I'm trying to write a multithreaded TCP server program, I want it to run in a console and continual check for incoming connections.
EX.....
...Code:while (true) { clientSocket = serverSocket.AcceptTcpClient(); handleClient client = new handleClient(); client.startClient(clientSocket,Convert.ToString(counter)); } -
Clear function working locally but not on server
I am using floats in my webpage layout to position controls relative to each other. I have the controlNewLine (always present to force the clear), mandatory indicator, label, input, and validator of each control all floated left so they will be on the same line, and then I use the "clear: both;" to get the next element to drop down a line and go all the way over to the left side of the screen.
This works fine on my local... -
Best way to get data from database
This is not so easy to explain, but I'll try my best
There is an application sw for mobiles that you can download and then receive alerts of an specific area (sports, music, etc). When you donwload this sw you can register and create a profile. This information is keep it in a database from a server. I have acces to that server.
I have also different mobile pages (in another server) and I want to identify the people that... -
mamunur rashid started a topic running the files(text,video) without downloading from the server in javain Javarunning the files(text,video) without downloading from the server in java
Hello all!
is there a way to run the files(text,vide o) without downloading from the server in java?
example: user clicks a jButton linked "localhost/mathTutor/probality.flv" and the video lecture named probality.flv will be run without being downloaded.
[Please show me a way or give me a link where I can find a way to do it.. ]
[I am a novice, please ask me if you don't understand above question]... -
scan client side bandwidth
hello, i am new in coding c#. I'am creating a client server bandwidth system, so i need to know the the amount of download rate at client side. What should i look for? As far as i know, required to use these: (hope i'm correct)
andCode:System.Net.NetworkInformation
Thank you very much.Code:IPv4InterfaceStatistics
-
Installed SQL Server 2008, how to create an instance
Hello.
I just installed SQL Server 2008 (version: 10.0.1600.22)
Now when I open Management Studio I am asked to Connect To Server. Now, no server is listed, presumably because I have not created one yet.
So how do I do this? Should the install have done this? If so what is the default instance name?
Thanks,
Andrew