Hi Antonio, it is better to exit the clusterServer application if an error occurs and run the clusterServer application itself in an script in a endless loop. This solves also all memory leak problems ;-)
Andreas > Hi, > > I'm very new to clustering in OpenSG so this one might bea n > easy one for you: I set up the clustering as in the tutorial > using "SockPipeline" as connection type. So far everything > seems to work fine. I'm currently stressing the system in this > way: I start the server once, then I start the client quit it > restart the client and so on. The server falls back into > the catch block and calls stop and start everytime I close > the client. The problem is that after n (n =2 or three) times > I restarted the client, the client stalls somewhere. Here are > the log snippets from both client and server: > > Server: > > INFO: Waiting for request of res05:1234 > INFO: Connection bound to 0.0.0.0:1234 > INFO: wait for request by broadcast > INFO: Connection accepted res05:1234 > LOG: SocketLib: recv 10054 WSAECONNRESET > INFO: Waiting for request of res05:1234 > INFO: Connection bound to 0.0.0.0:1234 > INFO: wait for request by broadcast > INFO: Request for res05:1234 StreamSock > INFO: Response StreamSock:res05:1234 > > Client: > > INFO: Connect to res05:1234 > INFO: send request to:224.245.211.234 > INFO: send request to:255.255.255.255 > INFO: Found at address 192.168.1.85:1234 > > Client and Server are running on the same machine, I use res05 > as the address, the actual IP address is 192.168.1.85. > > Any clues? > > Regards, > > Toni > > -- > Ing. Antonio Bleile > Seac02 S.r.l. > via Avogadro 4 > 10121 Torino Italia > Tel. +39.011.197.006.52 > Fax +39.011.197.006.53 > E-mail [EMAIL PROTECTED] > Sito www.seac02.it > > Questa E-mail è rivolta unicamente alle persone o enti ai quali è > indirizzata. Essa può contenere informazioni la cui riservatezza è tutelata. > Sono vietati la riproduzione e qualsiasi uso di questa e-mail e/o delle > informazioni in essa contenute in mancanza di autorizzazione del > destinatario. > This e-mail is intended only for the person or entity to which is addressed. > It may contain information that is privileged, proprietary, confidential, > attorney work product or otherwise exempted from disclosure under applicable > law. Copying, dissemination or use of this e-mail or the information herein > by anyone other than the intended recipient is prohibited. > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > -- VREC Robert-Bosch-Straße 7 D-64293 Darmstadt Tel. 06151-4921035 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
