justphpdev Posted March 7, 2008 Share Posted March 7, 2008 hi.. i want to develop a collaborative online whiteboard, (two or more users can use the same whiteboard to paint the same thing), i want to implement it in flash and php using xml socket, but i am getting the impression from many tutorials on this subject that php is not good for multiple socket connection because it doesnt support threading, can anyone help me, is php the right tool or should i use something else like java ? Link to comment https://forums.phpfreaks.com/topic/94988-whiteboard/ Share on other sites More sharing options...
marklarah Posted March 7, 2008 Share Posted March 7, 2008 I guess really the best idea is to actually have a program (desktop app, client and server) where users can do this. Use c or c# for this (or VBA even) using winsock. Im no expert in c++ (i have a little experience) but it would not be ideal for php or java. ~ Mark Link to comment https://forums.phpfreaks.com/topic/94988-whiteboard/#findComment-486582 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.