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
] i using the THttpAppSrv in my app 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

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] i using the THttpAppSrv in my app

2013-04-17 Thread Angus Robertson - Magenta Systems Ltd
i using WbemScripting_TLB.pas, also the uWmiDelphiClass.pas (from the google code). which just the oleobject. Try using MagWmiGetInfoEx from: http://www.magsys.co.uk/delphi/magwmi.asp it should not take long to modify your application and will eliminate possible problems with the code you

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

2013-04-17 Thread François Piette
-boun...@elists.org [mailto:twsocket-boun...@elists.org] De la part de myiisvif Envoyé : mercredi 17 avril 2013 03:23 À : twsocket Objet : Re: [twsocket] i using the THttpAppSrv in my app the request only can be added to the AddGetHandler proc. and it can not using the MASK. eg: myweb.AddGetHandler

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

2013-04-17 Thread myiisvif
failed! i think there is nothing about wmi. but the ThttpAppsrv's probleam. does everyboy can make a simple srv_app to test it.? myiisvif From: Angus Robertson - Magenta Systems Ltd Date: 2013-04-17 14:40 To: twsocket Subject: Re: [twsocket] i using the THttpAppSrv in my app i using

[twsocket] i using the THttpAppSrv in my app

2013-04-16 Thread myiisvif
i found if i call the wmi ole object to get wmi data,THttpAppSrv will hung and lose the 80 connection. procedure Tsrv_myapp.mywebGetDocument(Sender, Client: TObject; var Flags: THttpGetFlag); the call the wmi object... for just two or three times. why? bug? myiisvif -- To

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

2013-04-16 Thread Angus Robertson - Magenta Systems Ltd
i found if i call the wmi ole object to get wmi data,THttpAppSrv will hung and lose the 80 connection. Calling WMI functions presumably to return information on a web page is unlikely to something many people have done, I've certainly not. Are you using MagWmiGetInfoEx or some other WMI

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

2013-04-16 Thread François Piette
i found if i call the wmi ole object to get wmi data,THttpAppSrv will hung and lose the 80 connection. procedure Tsrv_myapp.mywebGetDocument(Sender, Client: TObject; var Flags: THttpGetFlag); the call the wmi object... for just two or three times. why? bug? I'm not sure I

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

2013-04-16 Thread myiisvif
Systems Ltd Date: 2013-04-16 23:09 To: twsocket Subject: Re: [twsocket] i using the THttpAppSrv in my app i found if i call the wmi ole object to get wmi data,THttpAppSrv will hung and lose the 80 connection. Calling WMI functions presumably to return information on a web page is unlikely

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

2013-04-16 Thread myiisvif
?? myiisvif From: François Piette Date: 2013-04-17 02:25 To: 'ICS support mailing' Subject: Re: [twsocket] i using the THttpAppSrv in my app i found if i call the wmi ole object to get wmi data,THttpAppSrv will hung and lose the 80 connection. procedure Tsrv_myapp.mywebGetDocument(Sender, Client