Hello,

I am learning Example Web Server from Examples and found that it can
support only one connection from browser to server (Server does some
long time operation for test).

I transfered long time code into thread and call it from
DataAvailable method as:
processHeaders( me.readAll() )

body of calling function

sub processHeaders( me.readAll() )

  dim rc As RemoteConnection
  
  rc=new RemoteConnection
  me.headers=Headers
  rc.HTTPCon=me
  rc.run()

end sub


But it's not helped me. Connection is still only one ...

What's else I have to do?

-- 
  Nikolay Kuznetsov

RB2005r2 Pro,Win XPSP2 Pro
MacOSX10.3/PearPC+iBookG3, UbuntuLinux/VMWare

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to