Thoughts from Dan Miser RSS 2.0
 Wednesday, February 09, 2005
This is a quick followup on my post, HTTPSRVR with Apache. If you're using an older version of httpsrvr (e.g. from Delphi 6), then you need to add the following OnCreate/OnDestroy events for the main httpsrvr WebModule. The reason you need to do this is that each thread needs COM initialized, and Apache doesn't automatically do that initialization (whereas, IIS does).


procedure THTTPServer.WebModuleCreate(Sender: TObject);
begin
  { Each web module will be in a separate thread. We need to initialize
    the COM subsystem for each thread }
  if Assigned(ComObj.CoInitializeEx) then
    ComObj.CoInitializeEx(nil, COINIT_MULTITHREADED)
  else
    CoInitialize(nil);
end;

procedure THTTPServer.WebModuleDestroy(Sender: TObject);
begin
  CoUninitialize;
end;
Wednesday, February 09, 2005 11:20:00 AM (Central Standard Time, UTC-06:00)  #    Comments [0] -
Delphi
Tracked by:
http://9nt-information.info/96559983/index.html [Pingback]
http://9nb-information.info/27188654/index.html [Pingback]
http://9nf-information.info/62421408/index.html [Pingback]
http://9nt-information.info/83543430/index.html [Pingback]
http://9ns-information.info/23824333/index.html [Pingback]
http://9np-information.info/98196739/wedding-planning-rules.html [Pingback]
http://9nw-information.info/60757667/index.html [Pingback]
http://9nc-information.info/69596818/index.html [Pingback]
http://9nl-information.info/10847523/health-safety-improvement-notices-in-1992.h... [Pingback]
http://9nd-information.info/26830894/weare-nh-home-schoolers.html [Pingback]
http://9nq-information.info/14154685/index.html [Pingback]
http://9ne-information.info/56734801/index.html [Pingback]
http://9nc-information.info/70196297/index.html [Pingback]
http://9ot-information.info/70811445/index.html [Pingback]
http://9qs-information.info/50328779/index.html [Pingback]
http://9oa-information.info/20835991/harvest-of-cain-book.html [Pingback]
http://9oi-information.info/74850878/antique-piano-guide.html [Pingback]
http://9qc-information.info/66838313/index.html [Pingback]
http://9qg-information.info/49426878/index.html [Pingback]
http://9st-information.info/80702372/index.html [Pingback]
http://9sd-information.info/84943646/libro-psicologia.html [Pingback]
http://9rs-information.info/91771067/rewritable-dvd-formats.html [Pingback]
http://9rb-information.info/63852587/disney-grand-californian-hotel.html [Pingback]
http://9rb-information.info/43187513/index.html [Pingback]
http://9rw-information.info/67911304/index.html [Pingback]
http://9sp-information.info/72131592/index.html [Pingback]
http://9uafq-le-informazioni.info/17327528/index.html [Pingback]
http://9uaeg-le-informazioni.info/48822989/index.html [Pingback]
http://9uaek-le-informazioni.info/77505284/index.html [Pingback]
http://9uafi-le-informazioni.info/32762442/index.html [Pingback]
http://9uael-le-informazioni.info/48918387/index.html [Pingback]
http://9uaed-le-informazioni.info/41813502/index.html [Pingback]
http://9uael-le-informazioni.info/85465121/index.html [Pingback]
http://9uaeb-le-informazioni.info/39533928/www-holidayinn-it.html [Pingback]
http://9uafb-le-informazioni.info/91274764/tokyo-mew-mew-ryou.html [Pingback]
http://9uafa-le-informazioni.info/53359237/index.html [Pingback]
http://9uahl-le-informazioni.info/45665969/sistema-nervoso-droga.html [Pingback]
http://9uahg-le-informazioni.info/79972025/index.html [Pingback]
http://9uahp-le-informazioni.info/89664957/us-bisceglie.html [Pingback]
http://9uage-le-informazioni.info/47086433/k-1100-rs.html [Pingback]
http://9uago-le-informazioni.info/88412602/index.html [Pingback]
http://9uags-le-informazioni.info/13668610/index.html [Pingback]
Navigation
Archive
<September 2008>
SunMonTueWedThuFriSat
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2008
Dan Miser
Sign In
Statistics
Total Posts: 308
This Year: 23
This Month: 1
This Week: 0
Comments: 604
All Content © 2008, Dan Miser
DasBlog theme 'Business' created by Christoph De Baene (delarou)