Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.development.apps > #167

XtDestroyWidget blocked

From softwareEngineer <ovNOSPAM@NOSPAMlibero.it>
Newsgroups comp.os.linux.development.apps
Subject XtDestroyWidget blocked
Date 2011-06-27 18:04 +0200
Organization C.U. srl News Server
Message-ID <iua98v$rfd$1@tdi.cu.mi.it> (permalink)

Show all headers | View raw


Hi all,
i have a problem. I developed a server application that redirect some form to 
some client.
The server side application create a form and redirect it on a client.

What happen is :
- The server side application create a form and redirect it on client.
- I disconnect the client from network
- Stop the server

At this point the server side application seems to be blocked on this api 
(XtDestroyWidget):

// <CODE side="SERVER_SIDE">
// [...]

XtDestroyWidget(widget_id);

// [...]
// </CODE side="SERVER_SIDE">

Seems that if the connection is not established (or better, disconnected) this 
not works !

bye.

Back to comp.os.linux.development.apps | Previous | Next | Find similar


Thread

XtDestroyWidget blocked softwareEngineer <ovNOSPAM@NOSPAMlibero.it> - 2011-06-27 18:04 +0200

csiph-web