Server Package Takes Extremely Long time for NER's

wayne qiu

Member
Server Package Takes Extremely Long time for NER\'s

I have a couple of custom NER objects. I have not problems with client packages and local compilings, but when a server package is built for them, the compliling process is extremely slow, it takes hours (2 to 3 hours) to compile about 4000 lines of codes. Did you anybody have the same experience? What could be the problem?
 
Re: Server Package Takes Extremely Long time for NER\'s

Wayne,

That is inconsistant with my experience.

Though those appear to be incredibly big NER(s), they are compiled as native C functions (translated to C at the time you do a Save).

Many years ago, there was a limit of about 32K lines you could have in a C Function (that's why some MBFs are spread across a sequence of functions, instead of one giant function). I don't believe that limitation still occurs (someone will correct that statement...)

Is there any type of log?

How much actual ram do you have on that server?

(db)
 
Back
Top