Search Result

Collapse
15 results in 0.0023 seconds.
Keywords
Members
Tags
client
  •  

  • 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....
    See more | Go to post

  • haanjae
    started a topic how server display client's value

    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...
    See more | Go to post

  • mrmodest
    started a topic Multiple clients connect to server
    in C

    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];
    ...
    See more | Go to post

  • Dusted
    started a topic Multithreaded TCP Socket server.

    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...
    See more | Go to post

  • haanjae
    started a topic scan client side bandwidth

    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)
    Code:
    System.Net.NetworkInformation
    and
    Code:
    IPv4InterfaceStatistics
    Thank you very much.
    See more | Go to post

  • How do you send and recieve multidimensional byte arrays from a client to a server?

    Hi guys...

    I've posted this question on dreamincode.net but I think I'll find more help here.

    Heres the original post if anyone wants to see it.
    dreamincode.net post

    I'm really just trying to find an extremely simple way to send 3 strings from my client to my server.

    Whatever the server does with those strings afterwards is irrelavent...

    If you need to know: The server will be...
    See more | Go to post
    Last edited by Charl Duplessis; Mar 11 '11, 08:10 PM. Reason: fixed typo

  • rbpkirow
    started a topic Web Service client using C++
    in .NET

    Web Service client using C++

    Hello.
    I have a client-server app.
    The server is developed with apache and perl.
    The client is developed in Visual C++.
    When I try to access from C++ client to a web service, I receive the next error:
    "ATLSOAP: CSoapRootHandle r::GetElementEn try -- element not found: MyRequestRespon se."
    in the function of WebReference.h
    "__atlsoap_ hr = BeginParse(__at lsoap_spReadStr eam);"
    ...
    See more | Go to post

  • A 2 part hit counter that counts with one code and shows with another

    Hi.

    Im not sure if this is possible, but I need a rather specific hit counter. It needs to be client side, and in 2 parts. The first part, counts the hits, so i can count the hits on one page (ie counting the number of times someone has 'played' a flash game), and show the number with another code, so you can see how many hits on any page the web developer chooses.

    Like I said, this needs to be client side, and i would...
    See more | Go to post

  • shockna1
    started a topic Can I socket server over the internet?

    Can I socket server over the internet?

    Im trying to maket a program for sending files and other stuf over the internet to my friend. My problem is I cant get it to work over the internet it only works when we are on the same network. Is there a way to send stuf over the internet insted of the network? Am I just mising something or is this imposible. This is what ive ben using for server:

    TcpListener SServer = new TcpListener(800 0);
    TcpClient SClient = default(TcpClie nt);...
    See more | Go to post

  • Infog
    started a topic OLE DB connection pooling

    OLE DB connection pooling

    I would like to use a client-side connection pool with my VB.NET application. MS Access is used for the database. One user (a V.P.) is running the applicationvia Parallels on a Mac, which makes any delay much more noticeable.

    However, the interwebs are a little sparse on implementation information for OLE DB connection pooling.As far as I can tell, the key here is to enable connection pooling with ODBC 3.0, via SQLSetEnvAttr.
    ...
    See more | Go to post

  • run server file on client side without sharing

    Hi,

    i get a project about; to showing videos and mp3 on server but without sharing. is it possible to do with winsock ?

    i have a server(xp pro) and i have 20+ client. but there is no file sharing on server. i ll add information of movies on server like ;
    Superman 2 - description - file path(c:\movies\ superman 2\cd1.avi(serve r path)) and i ll save this informations to db. when client click on the movie link it...
    See more | Go to post

  • raghavv
    started a topic Get Server Time
    in Java

    Get Server Time

    Hi,
    I have developed a desktop application and i am running it on a network.I have stored the application in one computer(Server ) and have shared it .I access this application from other systems(Clients ) by mapping the shared folder and creating a shortcut to it.
    In the program i use Date d=new Date() which gives me the date of the client.Is there any means of getting the Server date or syncronizing all systems.
    ...
    See more | Go to post

  • Stay alive, data! Where to put datasets for global access?

    I think I've somehow missed a basic design principle for storing data from databases.

    What is the "correct" way to store data that your whole application needs access to, regardless of which forms are open or which class is reading the data? I would like to store datasets apart from forms, but don't know how to create them in their own space so that they can be referenced in code at design time.

    When I started...
    See more | Go to post

  • Maidenz08
    started a topic Floating Licensing Software - Need Sugggestions

    Floating Licensing Software - Need Sugggestions

    I am trying to build a client server floating licensing software. The methodology im following is as follows.

    1. There are two daemons running. One is on the client and the other is on the server.

    2. When the user installs the client he points to the IP address of the licensing server. The product key is a combination of the Server Mac Id and number of Floating licenses that the user has bought and the expiry date of...
    See more | Go to post

  • diegoblin
    started a topic transfer a file between server and client
    in Java

    transfer a file between server and client

    Hi, i kind of new to java and i want to transfer a file between a server and a client.
    I know i have to use InputStream and OutputStream, but i don't know how to do it properly.
    So far i think i've managed to do the client part. i read the content of a file, "hi.txt", and i send it to the server.

    The problem is in the server part, i do not know how to write the file in the server. Thanks in advance for your help...
    See more | Go to post
Working...