문제

I need to build a mass mail application to send around 20 lacs mail per day. I need some suggestions regarding the technology choice between php and java. Please suggest.

도움이 되었습니까?

해결책

Either would work.

Java is typically good for bigger projects because it is strongly typed and good for collaboration, but a mass mail application might be simple enough to make that unnecessary.

Most people think of it as easier to do web stuff in PHP, so if you want this to live in a website, you might want to use PHP.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top