Re: [twsocket] i using the THttpAppSrv in my app

2013-04-18 Thread Angus Robertson - Magenta Systems Ltd
failed! i think there is nothing about wmi. but the ThttpAppsrv's probleam. does everyboy can make a simple srv_app to test it.? So you are now using MagWmiGetInfoEx and still getting the connection closed? How many seconds does the connection stay open for the request? Or does it stay and

Re: [twsocket] i using the THttpAppSrv in my app

2013-04-18 Thread myiisvif
addtional: in the proc,i using superobject do deal with the json format date for return. http://p13.freep.cn/p.aspx?u=v20_p13_photo_1304181534184397_0.jpg the class function TSuperObject.ParseString 's first line break tok := TSuperTokenizer.Create;

[twsocket] SuperObject is thread safe???

2013-04-18 Thread myiisvif
does somebody known the vcl : SuperObject is thread safe??? myiisvif -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] i using the THttpAppSrv in my app

2013-04-18 Thread Angus Robertson - Magenta Systems Ltd
in the proc, i using superobject do deal with the json format date for return. For testing, you need to remove all this extra stuff from your THttpAppSrv so only the WMI calls remain, nothing else. There is no purpose in anyone trying to reproduce your problem if you only provide small

Re: [twsocket] i using the THttpAppSrv in my app

2013-04-18 Thread myiisvif
superobjectyou dont hear about it??? wow here: http://code.google.com/p/superobject/ myiisvif From: Angus Robertson - Magenta Systems Ltd Date: 2013-04-18 17:28 To: twsocket Subject: Re: [twsocket] i using the THttpAppSrv in my app in the proc, i using superobject do deal

Re: [twsocket] i using the THttpAppSrv in my app

2013-04-18 Thread Angus Robertson - Magenta Systems Ltd
superobjectyou dont hear about it??? I rarely use Javascript. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] SuperObject is thread safe???

2013-04-18 Thread RTT
does somebody known the vcl : SuperObject is thread safe??? I use it in threads, and never noticed thread safety problems. It uses the Interlocked* mechanism were needed, so as long you also use it safely... -- To unsubscribe or change your settings for TWSocket mailing list please goto