WsdlToPhp / PackageGenerator

Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP
https://providr.io
MIT License
422 stars 73 forks source link

while generating the classes: use all cpu cores/threads #252

Closed michabbb closed 3 years ago

michabbb commented 3 years ago

hi, it´s more a question, maybe i am doing something wrong. when u have to deal with ebay, you need time, a lot of time 😖

http://developer.ebay.com/webservices/latest/ebaysvc.wsdl

that WSDL is that huge, my dev env takes 50minutes to generate all the classes. ~2600 files. my dev host has 8 threads, but - using the docker version - I can see that only one thread is at 100%. so, maybe it´s a PHP thing, maybe it´s a docker thing, maybe both - I don´t know.

is there, right now, anything I can do to speed up the code generation process ?

thanks a lot, micha