Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » cmdsrv appears to not work
Re: cmdsrv appears to not work [message #22400 is a reply to message #18314] Fri, 10 July 2009 12:29 Go to previous messageGo to previous message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

Tomas,

Please add line "server.DelayedWrite();" in package example "imgsrv":

GUI_APP_MAIN
{
..............
	while(!canceled) {
==>HERE		server.DelayedWrite();
		server.Wait(1000);
		if(server.IsError()) {
	


Without this line it not work!
Nice example, Thank you!
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: cmdsrv does not work
Next Topic: Port giFT (a great but abandoned P2P project) to U++?
Goto Forum:
  


Current Time: Sun Aug 24 21:41:01 CEST 2025

Total time taken to generate the page: 0.05583 seconds