Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news.dfci.harvard.edu!camelot.ccs.neu.edu!nntp.neu.edu!news.eecs.umich.edu!voskovec.radio.cz!news.msfc.nasa.gov!news.sgi.com!news.mathworks.com!howland.erols.net!blackbush.xlink.net!ka.sub.net!News.Saar.DE!dacos-gate.saarlink.de!usenet
From: Stephan Pfeil <s.pfeil@sap-ag.de>
Subject: VW25 - DLL/C-Connect (RPC-Call)
Content-Type: text/plain; charset=us-ascii
Reply-To: s.pfeil@sap-ag.de
Sender: usenet@dacos-gate.saarlink.de
Content-Transfer-Encoding: 7bit
Organization: DACOS Software GmbH
Message-ID: <32A49152.4AD9@sap-ag.de>
X-Mailer: Mozilla 3.0Gold (Win16; I)
Mime-Version: 1.0
Date: Tue, 3 Dec 1996 20:45:06 GMT
Lines: 25

Hello smalltalkers,


Our new project works with smalltalk as client and a Tandem-Computer as
Server. The communication goes via RPC's and DLL/C-Connect.

My problem is now, if a server get stopped and started again (VW was
always running), my client isn't able to connect the server again.
My first idea was ... the ExternalLibrary and -Interfaces.

I tried 	ExternalLibrary unloadAll
		ExternalInterface install

but it doesn't worked. 

The funny thing is now, after saving or download the Image, it works. 
But I couldn't found anything in the save-routine which was responsible
for the solution. 

Are there any other ideas ????

Thanks a lot 


Stephan (:=>)=
