Right now I\'m working in a simple Server that receives from client a code referring to a certain operation. The server receives this data and send back the signal that it\'s waiting for the proper da
I\'m writing a TCP chat server ( programming language does not mather ). It\'s a school project for my nephew, so it won\'t be released, and all questions I\'m asking are just for my knowledge :). . S
Why bother with multi-layer开发者_C百科 RIA if Internet now is fast enougth to do \"traditional\" fat client C/S?
I\'m experienced with PHP, JavaScript and a lot of other scripting languages, but I don\'t have a lot of experience with Java or Android.
Web-servers work in response to incoming HTTP requests... process the request and return an HTTP response. Are there any common ways that a server can PUSH data to clients in this architecture... e.g
I have a JSF application and when user click on button I want to open a web page. Desktop.getDesktop().browse(uri); probably opens a web page on server side,
My Zend application is going to get an command line php script that should email reports. There generation depends on Zend_View, Zend_Layout and is currently already w开发者_Go百科orking fine in the w
my problem\'s a bit complicated. basically i created a client/server CMS architecture that worked very well for a while. now that there are more customers, it\'s getting very slow and i don\'t really
In a client server app, where client f开发者_StackOverflowront end is done in silverlight using C# and the services are the WCF services.
So we have a piece of software which has a poorly written SQL statement which is causing every row from a table to be returned.There are several million rows in the table so this is causing serious me