How to play lot of music effects in almost same time in cocos2dx

when I design a game which just like Plants vs Zombies I met a problem.
My problem is My code can not run many of “SimpleAudioEngine::sharedEngine()->playEffect()”.
I wanna play Music effect in the almost same time instead of let the latter one replace of previous one.