The Netscape Server Application Programming Interface (NSAPI) is an application programming interface for extending server software, typically web server software.
Questions tagged [nsapi]
4 questions
2
votes
1 answer
Npapi set timer function
I'm still running Firefox 2.0.0. For backward compatibility reasons
I'd like to know weather there is a easy way to replace the
NPN_PluginThreadAsyncCall, NPN_ScheduleTimer
mechanism that the newer npapi supplies.
The only solution that I would…

eiseled
- 89
- 3
1
vote
1 answer
Suggestions for writing an nsapi plugin that calls sybase, that has to be threadsafe
I'm having a hell of a time trying to find sybase documentation that says if the 12.5 client is thread safe. I need to make sybase threadsafe calls because I'm writing an nsapi plugin which lives in a threaded environment.
So either I need to make…

stu
- 8,461
- 18
- 74
- 112
1
vote
0 answers
How to debug NSAPI plugins in Xcode
How does one debug NSAPI plugins in Xcode?
The Apple developer documentation for NSAPI based WebKit plugins for Safari states that these can be debugged in Xcode. The only documentation I could find for this was out of…

Christopher Cole
- 131
- 4
0
votes
1 answer
Is memory allocated in nsapi initalization function permanent?
nsapi supplies a MALLOC macro that gets memory from a pool that will be freed for you when the request ends, but it doesn't say what happens if you call this malloc function in an initialization function, when there is no request.
Can this malloc…

stu
- 8,461
- 18
- 74
- 112