server 2 « server « C Q&A

Home
C Q&A
1.assembly
2.buffer
3.Card
4.Cast
5.compile
6.console
7.const
8.constructor
9.database
10.Date
11.Debug
12.Design
13.Development
14.DLL
15.encrypt
16.enum
17.eof
18.Event
19.fork
20.Format
21.gcc
22.gdb
23.graph
24.graphics
25.gui
26.Holiday Event
27.image
28.IP
29.iterator
30.macro
31.makefile
32.malloc
33.Menu
34.mysql
35.network
36.openssl
37.operator
38.password
39.pipe
40.preprocessor
41.printf
42.pthread
43.Regular expression
44.scanf
45.semaphore
46.SerialPort
47.server
48.Socket
49.sql
50.SQLserver
51.sscanf
52.std
53.stdin
54.stdout
55.stl
56.strcmp
57.stream
58.switch
59.Template
60.thread
61.timer
62.unix
63.video
64.Virtual
65.visualstudio
66.winapi
67.windows
68.xml
C Q&A » server » server 2 

1. Servers    forums.devshed.com

3. Need SMTP Server Code    forums.devshed.com

4. server design    forums.devshed.com

hi all i am new to this group and recently knew abt this. i have to use a server in C++ with the following requirements. the server must support large number of clients simaltaniously and maintain some of the details of all the clients till they exist. the Clients will be active for a long time and continuous, sends a request ...

5. Slow data transfer to remote server    forums.devshed.com

Hi, I am writing a program in C which encrypts and transfers approximately 30 MB of data across the internet from a local computer (in New Zealand) to a server located somewhere in the USA. This is being done to synchronise local changes with a central database. Currently when I run the program it transfers at about 3kb/s which is far ...

6. Server monitoring application    forums.devshed.com

I am looking for some ideas for a little app that would run each time a user connects to check to see if a server is running and start it if it is not. The client app communicates with the server app via sockets on the local machine (so I can move it to another machine if things get successful). The ...

7. RAS Server API's    forums.devshed.com

Hi! I'm trying to send an AT command to a modem through simple hyperterminal-like program. But the the problem is that as the modem connects through RAS, I can't send the command and I keep getting error message "port already open" So is there any way around this? RAS Server API's ??? I've tried to look but with no luck! -Miska- ...

8. Interface tracking for hosted COM servers    forums.devshed.com

I have a class that wraps a third party interface. Problem is, it's generating a substantial (~2 MB !) memory leak because the in process server that manages the interface isn't properly terminating when instances of the class are destroyed. I can verify this in Spy++, for each object that is ever created, a seperate server remains extant for the lifetime ...

9. DirectTalk custom servers    forums.devshed.com

Hi there I am an IVR programmer. We use IBM's direct talk to create our lines. Now the custom servers that interface with these lines are writen in C. I'm not sure if anyone on these boards is familiar with DirectTalk at all, but I thought I would post here anyways (I have already tried the IBM news groups, but it ...

10. CPU usage in select based server.    forums.devshed.com

Hi all, I'm programming a kind-of-messenger server based on winsock and select to avoid blocking. What I do is the classica: while(1){ select(0,read,write,exp); //0 Win32 bla bla processing. } I've seen that when running the program consumes almost 50-60 % of CPU, the rest goes to CSRSS.exe. Is it normal? And, what is this CSRSS service? Thanks.

11. Service starts on 2k but not 2k terminal server    forums.devshed.com

We have a program written in C++ that installs and works fine under Windows 2000 but when we try to run it on Windows 2000 Terminal Server the service won't start and appears to hang until the server is rebooted. We are trying to figure out how to troubleshoot this. Does anyone know if there are any differences in the OS's ...

12. Help needed in echo server program    daniweb.com

/* A simple server in the internet domain using TCP The port number is passed as an argument */ #include #include #include #include #include #include #include int main(int argc, char *argv[]) { struct addrinfo hints,*serv,*p; int sockfd,newfd,status; struct sockaddr_storage their_addr; socklen_t addr_size; char *msg; int len; int yes=1; if(argc<2) { printf("Usage = portno\n"); return(1); } memset(&hints,0,sizeof(hints)); hints.ai_family=AF_UNSPEC; ...

16. Compiling a Server Program    daniweb.com

To be honest, I've never heard of it. Obviously it is not finding the header files. You might need to ask your sysadmin what steps you need to take to compile C in your working directory, or to make the headers available. Barring that, just burn Ubuntu or Knoppix and use their Live CD mode to play around in a *nix ...

17. Hooking SMTP Server    daniweb.com

Hi there. All mail sent through the SMTP server, i need to modify the message being sent through. I thought of making either a C,bash,perl script to take in the message, modify it and return it to SMTP, or stop the SMTP process, and re-call it from the script. Purpose of this is to have a pre-defined HTML template, and when ...

18. Query multiple servers quickly    daniweb.com

19. help with simple server prog    daniweb.com

20. win server    daniweb.com

21. Jul 25th, 2006 by server_crash     daniweb.com

22. Jul 7th, 2006 by server_crash     daniweb.com

23. Jun 5th, 2006 by server_crash     daniweb.com

24. Apr 17th, 2006 by server_crash     daniweb.com

25. Jan 20th, 2006 by server_crash     daniweb.com

26. Dec 19th, 2005 by server_crash     daniweb.com

27. Nov 18th, 2005 by server_crash     daniweb.com

28. Help with multithread server    daniweb.com

/******************************************************************** * Systems Programming (COMU311) * * * * StreamServer: * * Creates a Stream Socket and displays any information sent by * * a client application. * * * * * * Brian Hainey, Glasgow Caledonian University * ********************************************************************/ #include #include #include #include #include "Assignment2Util.h" using namespace std; #define BUFF_SIZE 4096 #define SERVER_PORT 8080 /* The ...

29. Possibility of mini servers    daniweb.com

How many of you guys belive it is possible to program a server and create within it a simple environment in which people can write their own pieces of code and complie it without problems. This server should be capable of using multiple 'plugins'(the pieces to code which others write and is complied with the main server).These plugins should be able ...

30. boost example : asynchronour server error    codeproject.com

31. Including SDL_net crashes my server    codeproject.com

32. Consultation about the design of a new C# server for a smartphone application.    codeproject.com

Perhaps you already have something excellent, and as I really don't know the capabilities of your solution I can just try to point you in what I think is the right direction. A full blown message queueing solution allows communication between partially connected devices - you post a message to a queue and the system takes care of delivery - some ...

33. Server Timing Out Sometimes    codeproject.com

35. requirement of a casual online game server    codeproject.com

It does not work like this here. I am sorry but there is no quick question here. This sounds like your college project/assignment, you should put some effort. We expect you to put some time in trying the issue that you are facing and then some time in formulating the question while posting here. Here is what ...

36. [COM] COM-server starting multiple times    codeproject.com

Well, my own "temporary" solution to the problem is the following: The problem was that i started my foreign process as administrator and the consumer client just as invoker. If i start the foreign process as invoker it gets detected and requests are delagated to it. I guess that i have to provide some sort of security options allowing ...

39. Stop an Apache Server from Caching    codeproject.com

A few ideas/comments: 1. Are you sure it's Apache doing the caching? Browsers tend to be very aggressive cachers. Beating the #$%^ out of Ctrl-F5 (or whatever your browser uses) seems to be a necessary evil. 2. Make sure mod_cache is excluded from your Apache config (I presume you have control over your dev machine.) 3. What language are you writing ...

40. CallNamedPipe when server does not exist yet....    codeproject.com

Peter, may I ask you why waiting, especially 3 seconds :-) If the pipe is not created on server path in 3 seconds, it may well be not created another hour. If the server was started in advance, then the client will be connected anyway. Perhaps you want to start client and server "almost at the same time"? Then, this would ...

41. 3-d mouse programme for server    codeproject.com

42. connectng to server    codeproject.com

43. Regarding Exchange server 2003    codeproject.com

44. Automation server problem - 1    codeproject.com

45. Automation server problem - 2    codeproject.com

46. NTP time server    tek-tips.com

I have a piece of code that is supposed to get the time off a unix host acting as an ntp time server, the problem is that the computer I'm running it on has no access to the internet so I can't use any of the public ones. Would anyone have a piece of code that would mimic this time server ...

47. c-treeSQL Server    dbforums.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.