i mainly focus on the web, i think i will never create desktop applications.
so i think it’s better for me to focus on typical web languages like php.
i know an advantage java has over php is multi threading though.
will php ever support this feature in the future?
thanks
Technically, Apache does support multithreading with its workers. However, PHP does not appear to be introducing better threading support in PHP 6, so you shouldn’t count on it.
See this mailing list post for the source.