Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 7th, 2005, 9:48 PM   #1
NightWalker
Newbie
 
Join Date: Jan 2005
Posts: 5
Rep Power: 0 NightWalker is on a distinguished road
Hi! I'm developing a Cyber Coffee application, the application must have a listing of the computers the cyber coffee is running and it should be able to "block" a client PC from a
server PC.

I did two application in C++ Builder 5 (a client and a server application) I used the socket components and it works just fine, in my server app I use the ServerSocket component and in the client app I use the ClientSocket component, my server application runs an begans listening for clients and when the client apps get activated the socket connection is open, so I can have n client app requesting connections to one server app which is constantly listening for clients. Is this the best practice to do so?

Another feature of the system I'm developing is that I need to control the client PC all the time, so I can't let the client application to shut down! (or having a customer shutting it down) I want the client PC to run the client app in background all the time (even if the client PC is resetted), so the server app can be used to lock and unlock the client app. Is this done using services right?

How can I lock (disable) the keyboard and mouse events on the client PC, so an user
is not able to hit "crtl + alt + del" or "alt + f4" to shut down the client application / service??

Finally although I did both the client and server applications using C++ builder (for testing and learning about sockets purposes), the server application should run from a web page for this I'm using PHP, is there a way to have the client application/service developed in builder to comunicate to a web page using PHP??

Even better can I do the whole system using web format? (both client and server in PHP)

What if I want the server/clients to run diferent OS (Windows/Linux/Mac)?

Thanks in Advance!
NightWalker is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:50 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC