5,682 Topics

Member Avatar for
Member Avatar for patrickkonsor

Hello all, I'm working on a school project (in C) that I'm having some issues with. I have a number of threads which recursively send information between one another via sockets. The structure for the recursive case is as follows.. Loop For A Long Time { Receive From Predecessor Respond …

1
60
Member Avatar for tabooxchanz

Fellow Java Coders, I recently got a project to do for my coursework in university which requires that me and my group members simulate a file manager similar to windows explorer but I guess not as complex. Here is a synopsis of what is required: The members of this group …

0
61
Member Avatar for davil

I found a great client side image resize solution: [url]http://www.resize-before-upload.com/[/url] but the free version doesn't have form integration, so I copied some ajax code off the internet and integrated it into my PHP - so it just keeps checking for a specific file to be uploaded and then the PHP …

Member Avatar for Airshow
0
591
Member Avatar for bmsmith25

Hello Experts! I think I'm finally going to need to reach out for some urgent help... I've been working on removing this malware/virus for a few days and thought I got it. Now I'm seeing my explorer.exe process crash quite frequently. I'm thinking there are still some lingering problems. Any …

Member Avatar for jholland1964
0
730
Member Avatar for eranga262154

Hi all, I just want to write a simple proxy to redirect client to different URLs. Say all users call the proxy server with the same URL and the proxy server redirect them to different URLs. How can I do such thing, can you please anyone comment on this. Thanks …

Member Avatar for jencas
0
112
Member Avatar for khess

Welcome to the 10th installment of the Crystal Ball Sunday series. This is an exciting time to be involved with Linux because the temperature is right for some Linux vendor consolidation. In my August 22nd post, [URL="http://www.daniweb.com/blogs/entry3012.html"]Microsoft and Novell: Buying In or Selling Out[/URL], I subtly predicted that [URL="http://www.microsoft.com"]Microsoft[/URL] would …

Member Avatar for blink22
0
304
Member Avatar for laura_v

I'm starting to learn MIDlet and I need a little help with a project. I have a MIDlet which would be a client. This client has to connect to a database - it will send some information to it and also receive an answer back. I have to use Socket …

Member Avatar for peter_budo
0
385
Member Avatar for EddieC

Has your server's memory reached its 192GB limit? Last week a company called [url=http://netlist.com/]Netlist[/url] was demonstrating a new RDIMM technology that it claims can double per-CPU memory capacity without doubling the cost and without replacing any other hardware. At [url=http://sc09.supercomputing.org/]Supercomputing 09[/url], the high performance computing industry's annual conference, Netlist showed …

0
325
Member Avatar for shahab.burki

Hi, I am trying to develop a small IPv6 application in C. I am stuck at server side. GCC issues the error while call to ACCEPT function "socket function on non-socket". Can anyone help me? 1. Client Code [CODE]#include "shahab.h" int main(int argc, char **argv){ int connectSocket; int numberOfBytes; char …

Member Avatar for gerard4143
0
246
Member Avatar for ROTC89

ok so i am having problems with my program. its a client program talking to the server program. i have both programs working fine but i do not know how to get the conversation to display on the server side of the conversation. here are the codes and makefile [code=c] …

Member Avatar for ROTC89
0
131
Member Avatar for turtlez

Hello, This is what i need: I have a php file on my website ([url]http://example_site.com/php_file.php[/url]) ((and no, that isn't the actual site)) And i have some C++ knowledge. Now how can i get C++ to send a variable (eg: name) to my php file. ((Client -> Server)) I have no …

Member Avatar for turtlez
0
116
Member Avatar for cmrhema

Hi, We have an asynchronous server socket program, which works fine BUT, when due to some circumstances, I receive null data or blank data, the server goes to infinite loop Here is the code [CODE]namespace SocketServer { public class StateObject //class created to clear the duplicate records { // Client …

Member Avatar for jagadeeshwaran
0
279
Member Avatar for viper77

Hey All, not sure if i'm correct here but i will try. I'm creating at the moment a SMPP Server / Gateway in c#. The server itself is working fine but i have one little thing to finish the work (as ever). When receiving a new message through submit_sm i …

0
51
Member Avatar for lanmike09

Can I please have a second set of eyes look through my log for anything that jomps out at you? Much appreciated! Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:11:48 AM, on 11/19/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16915) Boot mode: Normal Running …

Member Avatar for jholland1964
0
119
Member Avatar for siggivara

I'm trying to create a simple server that starts a new thread for each new client that connects. I know I can use fork(), but I've heard that threads are more efficient. Also I have some global queues, so if I used fork(), each process would get their own version …

Member Avatar for flipjoebanana
0
88
Member Avatar for Shadow14l

I thought I knew how packets worked, but I'm just not understanding how to capture and read them... I am playing this online game which is connected to a server (some server off of battle.net). I want to know how to search my way through the packets and filter them. …

Member Avatar for Tech B
0
126
Member Avatar for Shaitan00

I am trying to send an EXCEPTION from a Web Server to a Client using JAX-WS ... When the exception is thrown by the server the client does catch it ... but the contents are not the expected message... [Code] [Server.java] package pck; @WebService() public class Server { @WebMethod() public …

0
94
Member Avatar for o891

Hi guys, I am trying to create a python chat server. So far, it has been going well but a problem has come up with threading. The threading for incoming connections works fine (in the listen_and_accept function). Since I would like to be able to type in commands in the …

0
62
Member Avatar for Agni

Hi, I'm writing my first RMI application, it's an auction system. At the end of the auction period for a particular item the server sends a 'callback' to the winning client telling him that he's won. It works fine till here, but after that i get this exception. It shows …

0
97
Member Avatar for nhaggard

It appears I have been nailed by the same crap that so many people on this forum have gotten. Any help would be greatly appreciated. Here's the hijack this log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:19:18 AM, on 11/13/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: …

Member Avatar for jholland1964
0
416
Member Avatar for burdigol

Hi guys! I'm currently building an online inventory system using mysql and vb6. I'm quite confuse on what method to use to finish this. The application will have a server that records on items and then gives it to its branches for sales. I would like it to record all …

Member Avatar for AndreRet
0
2K
Member Avatar for joe524

Hello, This is my first post. I'm a web designer & SEO guy at a background check company. This morning I was handed down this project that, well... I lack much experience with. Definitely not my area of expertise, but willing to give it a crack rather than my company …

0
58
Member Avatar for Mehwish Shaikh

Im making a chat application where one client will send a message to ALL other clients who are currently online through server. The problem is that I'm unable to make such a loop which can infinitely send n receive messages using server. Secondly can't we just use PrintWriter and BufferedReader, …

Member Avatar for ramjeev
0
115
Member Avatar for yakovm

Hello We runing rmi client and server from one computer the code files in the same directory [CODE]javac *java rmic FileImpl start rmiregistry java -Djava.security.policy=policy.txt FileServer[/CODE] after that we start a client [CODE]java FileClient kuku.txt 127.0.0.1[/CODE] Does we intiate several JVMs by starting client and server if not how to …

Member Avatar for masijade
0
88
Member Avatar for whimsical1987

Hi, I am new to python programming. I am interested in writing a HTTP proxy using poll or twisted. I know how the tunnel works but I am not sure of starting the code. I need help from experts to complete the programming. As far as I know a tunnel …

0
59
Member Avatar for Icebone1000

First..Im very beginner with winsock and network programing.. Im doing a simple app that can act or as server or as client. What Im doing is that I open the app twice in the same computer, in one I choose server, and in the other client. With the server part, …

Member Avatar for lashatt2
0
845
Member Avatar for Inky

That should be: "[B]Unable[/B] to modify shared files and folders." I am running Active Directory on a Windows Server 2003 Standard (SP2) machine. I added an external hard drive to hold shared files. I didn't have an problem moving the files from their original location on the server's internal HDD. …

Member Avatar for Inky
0
209
Member Avatar for BoJo20

I had a problem a couple weeks back and posted on here. I never followed up though because as I was reading through here I thought I figured it out and got it all fixed. Well recently my computer started acting up again and I am starting to think that …

Member Avatar for PhilliePhan
0
362
Member Avatar for bufospro

Hi, I am trying to make a server-client program about a bank. When a client connects to server , he has to send a character so as to define the operation like 'D' for create account. And I would like when client sends q to terminate . The character is …

Member Avatar for bufospro
0
116
Member Avatar for arifliminto86

Hi, I got problem with Interprocess communication in MFC I am using vs2003 I have got project using named pipes. It seems to be perfect, However, When client want to create the file it always fails the pseudo code Server - Create Named Pipe - Read File Client - Create …

Member Avatar for jangid
0
199
Member Avatar for grvs

Hi What are these terms? What is the difference? I am kind of new to servers but I understand what is a server, client, and transfer protocols like ftp, sftp, vpn etc. I have also created server using filezilla and transferred files using it, and I unsuccessfully tried creating sftp …

Member Avatar for grvs
0
637
Member Avatar for khess

Today, Tuesday November 10, 2009, [URL="http://www.novell.com"]Novell[/URL] announces a Visual Studio plugin that allows support for non-Microsoft operating systems that use .NET code development on a platform known as [URL="http://go-mono.com"]Mono[/URL] via a new product called [URL="http://go-mono.com/monovs/"]Mono Tools for Visual Studio 1.0[/URL]. This is not a cost free toolset. In fact, it's …

Member Avatar for khess
0
607
Member Avatar for mrjoli021

i am writing a php program to read simplexml file. i get the following error Parse error: syntax error, unexpected T_STRING in /Applications/MAMP/htdocs/TestSite/sqlconnectstring.xml on line 1 here is the php file [code] include ('sqlconnectstring.xml'); class sqlConnection { var $server; var $user; var $pass; function __construct() { $xml = new SimpleXMLElement($xmlstr); …

Member Avatar for pritaeas
0
71
Member Avatar for ricksvoid

I have a simple sqlDataSource that populates a GridView control Nothing out of the ordinary here. [CODE] <asp:SqlDataSource ID="personalInfoSource" runat="server" ConnectionString="<%$ appSettings:Maya%>" SelectCommand="SELECT customerID, lname, fname, dateNow FROM dbo.customers ORDER BY lname ASC"> </asp:SqlDataSource> <asp:GridView ID="names" runat="server" Width="280px" DataSourceID="personalInfoSource" AutoGenerateColumns="False" DataKeyNames="customerID" AllowSorting="True"> <RowStyle BackColor="#FFBA00" Font-Names="arial" ForeColor="#26354a" /> <AlternatingRowStyle BackColor="#D3DCE6" Font-Names="arial" …

Member Avatar for Ramesh S
0
236
Member Avatar for eleal

I'm trying to write an instant messaging program in Java. What I have coded so far, goes like this: Each client connects to a thread created by the server, to which he/she sends the message. My doubt is, how can I kill all the threads that have been created by …

Member Avatar for gangsta1903
0
164
Member Avatar for MPRatamacue

Every I conduct a search for something using Google, I get the true results listed but when I click on the result I am redirected to a page on Virus software, travel sites or something similar. I can open the results if I right click the link and get it …

Member Avatar for MPRatamacue
0
240
Member Avatar for cwarren13

So, I have a server process that forks for every client that connects. I keep a list of connected clients that I want each fork process to have. Of course, when the process forks the child only has what it had when the fork occurred. For the solution to this, …

Member Avatar for venomxxl
0
2K
Member Avatar for Shaikh Mohsin

Hello friends I am very thankfull to jbennet & MrV for there help & guidence....finally i got my work done.... now i have one question....now in my network there are Win server 2003 & linux server ok......3 to 4 diskles PC when client start...assume that both the servers are on....and …

Member Avatar for Shaikh Mohsin
0
86
Member Avatar for duminda1986

hi, i need to build a VOIP client using Java technology...so do i need to code the server as well or is there any free VOID servers available?please give any suggestions regards, don

0
58
Member Avatar for maximusimo

Hi, Microsoft Exchange 2003 on Small Business Server 2003. Within Exchange System Manager > Servers > Servername > First Storage Group > Mailbox Store properties > Limits the Keep deleted items for days & Keep deleted mailboxes for days are both set at 30. Now, i know within Outlook you …

0
91
Member Avatar for Cogneter

Hello all. I'm feeling pretty confused about how UDP port forwarding is done. My situation is: I have [B]Comp1[/B] with a local IP (192.168.0.2) connected to [B]Comp2[/B] with external IP and internet connection, and some unknown Internet Client ([B]IC[/B]) (three of them actually), who needs to send data to the …

Member Avatar for Cogneter
0
773
Member Avatar for smartdetect

v got a final year proj. which reqs us to build a network monitoring kinda tool initially we are just planning to do a basic boot failure detection of the client m/cs....atleast for this semester....then add better functionalities to it. 1) can anyone suggest how do v go about doin …

Member Avatar for ddbhai
0
170
Member Avatar for chandini.david

Hey!! I am trying to make a 2-player game; where one player plays after the next. I have used socket programming in the code; so that, when the client (player 1) clicks on the window, the co-ordinates are sent to the server (player 2) and vice-versa. (For now, both player …

Member Avatar for chandini.david
0
213
Member Avatar for Coodle

Hey there, I'm taking a C++ class and got a two staged assignment to hand in soon. I'mhaving troubles with it and was wondering if anybody could lend me a hand? We are to design and implement a web forum in C++. It is supposed to be a stand-alone application, …

Member Avatar for abhi_elementx
0
143
Member Avatar for navnath.j84

Hi to everyone I'm new here!!!! Initially my problem started with no sound after reboot & internet disconnection after few minutes of reboot. Now since I turn windows audio service to automatic, sound related issue seems to be gone. I tried everything that I know from google searching like scanning …

0
102
Member Avatar for Raghusys

I have been told to write a c or c++ program for TCP server client program with some conditions that is listed below: You are to implement a synchronization server managing barriers. Your synchronization server should be a stand-alone single threaded process that continuously awaits requests from other processes (the …

0
73
Member Avatar for veledrom

Hi, I need an php soap example that should run on my local wampserver. Also, wsdl file should be in my www/mytest folder with server and client php files. Not outsourced. I tried a lot from web but they all outsource wsdl in their servers. Thanks in advance

Member Avatar for network18
0
108
Member Avatar for magnific1

I would appriate any help with this hijackthis log. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 7:24:43 PM, on 10/5/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\System32\svchost.exe …

Member Avatar for jholland1964
0
90
Member Avatar for Stretcher75

I'm still trying to get my validation to work correctly. So far if a user enters in a Salesman Code that exists in the database it displays the error message when tabbing off the field. The Salesman Code field is also required so I can't get this validator to work …

0
92
Member Avatar for cockypig

i got a problem in c#/asp.net i m making a encrypt/client and decrypt/server password verification. first, client got the public-key generated by RSACryptoServiceProvider from server and encrypt content by using javascript. and then server receives this encrypted-content to decrypt by using RSACryptoServiceProvider/c#. but,what is the problem with RSACryptoServiceProvider keysize? it …

Member Avatar for sknake
0
86

The End.