Jump to content

monoceros

Members
  • Posts

    3
  • Joined

  • Last visited

monoceros's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I'm kinda new to this forum and have no connection to him, Hmmm... I think I need different ID then . Let me check again if I can reduce the memory hog. Thanks for trying.
  2. Hi All, Inspired by which is a very good work, I introduce my first UDF and also my first Post in this forum. ParallelProc.zip I focus on simplicity of the library usage: _PPInitialize($iMaximumThreadQueue = 10, $iSlaveSpawnDelay = 0) _PPExecute($sFunction, $vParameter, $iArrayCount = 0) _PPDeinitialize() With just the 3 functions, you guys can build a parallel processing program. The UDF uses socket programming and a environment variable for Master process to communicate to Slave process. Another functionality, it supports passing Array variables from Master to Slave To do: - Passing back value from Slave to Master - Pause and Resume Slave process Looking forward for comments and inputs Example: Example.zip
  3. Hi All, Need help here, has anybody worked with Autoit and KeePass? Can we do any manipulation to KeePass database (like creating entry, collecting password, and so on) using Autoit? I tried to work with KeePassLibC64.dll and KeePassLibC32.dll but have no idea. Regards,
×
×
  • Create New...